Find area of latitude/longitude bounding box offline in python [closed]

StackOverflow https://stackoverflow.com/questions/19932341

  •  30-07-2022
  •  | 
  •  

سؤال

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