Fast python GIS library that supports Great Circle Distance and polygon
问题 I was looking for a geographical library for python. I need to be able to do the following: Get the distance between 2 points (in meters) using Great-circle distance (not liner distance calculation) Check if a point is inside a polygon Perform 1 and 2 couple of thousands times per seconds At start I've looked at this post: Python module for storing and querying geographical coordinates and started to use geopy. I've encountered 2 problems: Geopy doesn't support polygons High CPU usage of