read your shapefile with Fiona, PyShp, ogr or ...using the geo_interface protocol (GeoJSON):. with Fiona import fiona shape = fiona.open("my_shapefile.shp") ...
確定! 回上一頁