How can I set the file output location in ogr2ogr? -


whenever use ogr2ogr convert files output saved following directory:

c:\users[username]\appdata\local\virtualstore

is there anyway can set directory else?

you can set output file location adding ogr2ogr command arguments; example:

ogr2ogr -f geojson -s_srs epsg:27700 -t_srs epsg:4326 c://somedirectory/outputfilename inputfilename 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -