Skip to content

Instantly share code, notes, and snippets.

@mtravis
Created August 1, 2012 20:48
Show Gist options
  • Select an option

  • Save mtravis/3230584 to your computer and use it in GitHub Desktop.

Select an option

Save mtravis/3230584 to your computer and use it in GitHub Desktop.
Loader config for OSMM on Windows into PostgreSQL
src_dir=C:\GML_Loader\Data\import
out_dir=C:\GML_Loader\Data\export
tmp_dir=C:\GML_Loader\Data\temp
ogr_cmd=ogr2ogr -append -skipfailures -f PostgreSQL PG:'dbname=test active_schema=public host=localhost port=5432 user=postgres password=postgres' $file_path
prep_cmd=C:python27 prepgml4ogr.py $file_path prep_osgml.prep_osmm_topo
gfs_file=../gfs/osmm_topo_postgres_basemap.gfs
debug=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment