We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ca88c commit e907209Copy full SHA for e907209
pygridtools/validate.py
@@ -77,7 +77,7 @@ def _explode_gdf(gdf):
77
pandas.concat(
78
[_explode_geom(row) for row in gdf.iterfeatures()],
79
ignore_index=True, sort=True
80
- ).pipe(geopandas.GeoDataFrame, crs=gdf.crs)
+ ).pipe(geopandas.GeoDataFrame).set_crs(gdf.crs)
81
)
82
83
0 commit comments