public
Description: Imports data from the NASA Shuttle Radar Topography Mission into a PostGIS database (and other databases in the futue).
Homepage: http://wiki.openstreetmap.org/index.php/Route_altitude_profiles_SRTM#SRTM_import
Clone URL: git://github.com/Sjors/srtm2postgis.git
srtm2postgis / database_pg_template.py
100644 6 lines (4 sloc) 0.117 kb
1
2
3
4
5
6
# For Postgres, uncomment the lines below and fill in the correct values
 
#db='srtm'
#db_user='postgres'
#db_pass=''