문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top