[ANN] Announcing Meshes.jl

Check the Geospatial Data Science with Julia book:

https://juliaearth.github.io/geospatial-data-science-with-julia

Use a GeoTable.

2 Likes

Thanks for the tip ! I just went through the book, and I feel like Iā€™m missing some things.

  1. It feels like everything is based on the data values at geometry points, but no data can be linked directly with the elements, is that so ?
  2. How do you dispatch plotting recipes based on a given georef. In my current practice, I have a dedicated Mesh-like type that stores all the info and then I use a custom recipe based on various Makie basic recipes to do the job. What would be the Meshes to achieve that ? Dispatch on the column names of the geotable ?

The geometry column can contain any geometry, not just points.

The recipes are dispatched on Domain types which are collections of geometries.

Please let us know if something is not clear. Better ask on Zulip to avoid spamming everyone in this thread.

1 Like