Difference between revisions of "Ogr2ogr"
From phurvitz
Phil Hurvitz (talk | contribs) (New page: <tt> ogr2ogr -f "PostgreSQL" PG:"host=gist.gis.washington.edu user=phurvitz dbname=compass password=***** port=5432" O:\users\phurvitz\research\COMPASS-GIS\analyses\compass_gis_shape...) |
Phil Hurvitz (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<tt> | <tt> | ||
− | ogr2ogr -f "PostgreSQL" | + | ogr2ogr -f "PostgreSQL" PG:"host=gist.gis.washington.edu user=phurvitz dbname=compass password=***** port=5432" O:\users\phurvitz\research\COMPASS-GIS\analyses\compass_gis_shapefiles\ufl_data.mdb census_2010_bg_kc -a_srs EPSG:2926 -lco GEOMETRY_NAME=the_geom |
− | |||
− | |||
− | |||
− | |||
− | |||
</tt> | </tt> |
Latest revision as of 23:00, 16 December 2011
ogr2ogr -f "PostgreSQL" PG:"host=gist.gis.washington.edu user=phurvitz dbname=compass password=***** port=5432" O:\users\phurvitz\research\COMPASS-GIS\analyses\compass_gis_shapefiles\ufl_data.mdb census_2010_bg_kc -a_srs EPSG:2926 -lco GEOMETRY_NAME=the_geom