Pregunta

I want to find area of latitude/longitude bounding box in square meters. I need to do this quickly, that's why the solution should be offline.

¿Fue útil?

Solución

I usually use Shapely for this kind of tasks. However... this particular problem is not as easy as it looks, since you would need to transform your lat/lon data to a more appropriate projection. You can use pyproj for that.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top