Menu
Your Cart

# Read the shapefile gdf = gpd.read_file('path/to/your/NepalGSheng.shp')

import geopandas as gpd from shapely.geometry import Point

# Example feature: area of each polygon gdf['area'] = gdf.area