Given a shp file such those from Gadm e.g. US administrative divisions, where the coordinate reference system is latitude/longitude with WGS84 datum.
Input could actually be:
- Shapefile,
- ESRI personal geodatabase,
- ESRI file geodatabase,
- Google Earth .kmz,
- R (SpatialPolygonsDataFrame)
How to convert this input into a WGS84 PostGIS dump ?
Gis.stackexchange.com cite an ogr2ogr way which may works :