Created
November 22, 2012 20:47
-
-
Save Rub21/4132870 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rub21@ubuntu:~$ imposm -U postgres -d dblima ~/Downloads/mapbox-osm-bright-affc8b6/imposm-mapping.py --read --write --optimize --deploy-production-tables ~/Downloads/lima.osm.pbf --merge-cache | |
password for postgres at localhost: | |
[12:46:43] ## reading /home/rub21/Downloads/mapbox-osm-bright-affc8b6/imposm-mapping.py | |
[12:46:43] coords: 233k nodes: 4k ways: 33k relations: 0k (estimated) | |
Traceback (most recent call last): | |
File "/usr/local/bin/imposm", line 9, in <module> | |
load_entry_point('imposm==2.4.0', 'console_scripts', 'imposm')() | |
File "/usr/local/lib/python2.7/dist-packages/imposm/app.py", line 222, in main | |
reader.read(arg) | |
File "/usr/local/lib/python2.7/dist-packages/imposm/reader.py", line 88, in read | |
parser.parse(filename) | |
File "/usr/local/lib/python2.7/dist-packages/imposm/parser/simple.py", line 66, in parse | |
raise NotImplementedError('unknown file extension') | |
NotImplementedError: unknown file extension | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment