Tagged Questions
2
votes
1answer
721 views
Convert area from square meters to degrees globally
I have a global raster file with 3600x1800 pixels. I don't have any information about the projection used.
The raster contains one band with a quantity with the unit "per square meter". How can I ...
2
votes
1answer
119 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 ...