Answers for "geopandas gdf or df to file"

0

geopandas gdf or df to file

#Shapefile
gdf.to_file("countries.shp")
#Geojson
countries_gdf.to_file("countries.geojson", driver='GeoJSON')
Posted by: Guest on May-04-2022

Python Answers by Framework

Browse Popular Code Answers by Language