create a fast and reliable cache for Openstreetmap elements (nodes, ways, relations) if your application is not using the full osm database.
- Python 3.3+
- see requirements.txt
add the following settings to credentials.py
POSTGRES_USERNAME = 'osmcache'
POSTGRES_DBNAME = 'osmcache'
POSTGRES_PASSWORD = 'password'
TEST_POSTGRES_USERNAME = 'test_osmcache'
TEST_POSTGRES_DBNAME = 'test_osmcache'
TEST_POSTGRES_PASSWORD = 'password'
python osmcache --help
python osmcache.py initdb