현재 json 패키지를 사용하여 ESRI shapefile (.shp)의 데이터를 Json 파일로 변환하려고합니다. 이 과정에서 , 내가 다른 지점의 많은의 좌표가 포함 된 dictionairy 변환 할 : json.dumps({"Points" : coordinates})
목록을 "조정"과 같습니다 [[-2244.677490234375, -3717.68
특정 위도/경도가 미국 대륙 내에 있는지 확인하고 싶습니다. 온라인 API를 사용하고 싶지 않고 Python을 사용하고 있습니다. 나는 this shapefile from shapely.geometry import MultiPoint, Point, Polygon
import shapefile
sf = shapefile.Reader("cb_2015_us