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
In terms of plotting tables you may be better off using AlgebraOfGraphics. The forcing is a bit tricky though, there's not a good heuristic to know whether you want to preserve linestrings (coerce to MultiLineString) or polygons (coerce to MultiPolygon). GeoMakie has utilities for both, of course.
Is there any interest in an extension package to support plotting GeoDataFrames with GeoMakie?
Not being able to nicely plot GeoDataFrames directly with GeoMakie has been a small pain point of mine.
Below is a tentative working example implementation.
It was written quickly for a specific purpose but could be generalised.
The text was updated successfully, but these errors were encountered: