https://github.com/osmlab/mission-imposm
Quick setup of an imposm3 database
https://github.com/osmlab/mission-imposm
Last synced: 11 months ago
JSON representation
Quick setup of an imposm3 database
- Host: GitHub
- URL: https://github.com/osmlab/mission-imposm
- Owner: osmlab
- License: bsd-3-clause
- Created: 2014-07-22T02:01:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T15:07:32.000Z (almost 12 years ago)
- Last Synced: 2025-06-07T20:09:34.019Z (about 1 year ago)
- Language: Shell
- Size: 148 KB
- Stars: 1
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mission-imposm
==============
Quick setup of an imposm3 database
- Create your instance
- I'm using `ami-a6926dce` and `c3.4xlarge` for now
- `sudo su && cd ~/`
- `apt-get install -y git make`
- `git clone https://github.com/osmlab/mission-imposm.git`
- `cd mission-imposm`
- `make install`
- download your pbf
- `./imposm3 import -connection postgis://postgres@localhost/osm -mapping mapping.json -read dc-baltimore.osm.pbf -write -deployproduction -appendcache`