arminakvn
12/12/2017 - 7:35 PM

import features to postgres from geodatabase

import features to postgres from geodatabase

ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5432 dbname=postgres user=postgres password=postgres" -t_srs EPSG:4326 $PWD/tlgdb_2017_a_us_substategeo.gdb -overwrite -progress --config PG_USE_COPY YES -lco SRID=4326 -nlt PROMOTE_TO_MULTI -nln public.bg Block_Group -overwrite