Eran
0
Q:

convert shp to geojson python

import geopandas as gpd

gdf = gpd.read_file('filename.shp')
json = gpd.GeoSeries([gdf.geometry.iloc[0]]).__geo_interface__
1

New to Communities?

Join the community