mapconcierge / til

TIL - Today I Learned
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

GeoJSONをPythonでインポート #10

Open mapconcierge opened 3 years ago

mapconcierge commented 3 years ago

geojson_dict['features'].append(dict()) geojson_dict['features'][index]['type'] = 'Feature' geojson_dict['features'][index]['geometry'] = dict() geojson_dict['features'][index]['geometry']['type'] = 'Polygon' geojson_dict['features'][index]['properties'] = dict() geojson_dict['features'][index]['geometry']['coordinates'] = []