Tagged Questions
6
votes
1answer
985 views
How to convert Shapefile geometries to WKB using OGR?
I got the geometry of a feature of the shapefile, and i want to save that geometry in the postgis (in WKB formats like it happens when we import shapefiles using shp2pgsql and psql commands). How do I ...