You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could remove the for-loop here. The first line in the code below reads a geopandas dataframe with polygons. The second line transforms all polygons into a single multipolygon.
Note that flopy will support returning the intersection results as a (geo)dataframe in future versions using geo_dataframe=True in the intersect() call or dataframe=True in the intersects() call.
nlmod/nlmod/dims/grid.py
Line 1718 in fc6d4ae
We could remove the for-loop here. The first line in the code below reads a geopandas dataframe with polygons. The second line transforms all polygons into a single multipolygon.
The text was updated successfully, but these errors were encountered: