Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以平方米为单位找到纬度/经度边界框的面积。我需要快速执行此操作,这就是解决方案应该离线的原因。
我通常将Shapely用于此类任务。然而......这个特定的问题并不像看起来那么容易,因为您需要将您的纬度/经度数据转换为更合适的投影。您可以为此使用pyproj。