Tagged Questions
4
votes
1answer
388 views
GEOS Python: Taking Union of several geometries
I am using the GEOS/OGR library in Python. I have files full of geometries that overlap, and I want to convert these to files of geometries that don't overlap.
The way I have been approaching this ...
2
votes
1answer
118 views
Converting 2D shapefile to Equal Area Projection?
I have thousands of shapefiles with coordinates in lat/long (-180 to +180 x, -90 to +90 y), that contain polygons of which I wish to calculate the area.
I'm using the Python GEOS/OGR/GDAL API. If I ...
