Scanning the site see mostly points algorithms, the only mention of polygons is a textbook LibGEOS call, I see no network at all. And I see no smart manipulation of anything else than points, I see no subdivision of space, etc.
The book is quite interesting, but it does seem like a lot of the underlying work is farmed out to GeoStats.jl, which doesn't really seem to use the same vocabulary I'd expect in other languages using PostGIS or Geopandas etc. For example, I don't see many mentions of Polygons or MultiPolygons when I search. However, I do find this page[1] which seems to define similar(?) equivalents. Can I expect equivalent geospatial joins/queries to be available? I don't see many mentions of the types that I would normally do, especially overlay operations[2].
nraynaud|2 years ago
juliohm|2 years ago
ZeroCool2u|2 years ago
[1]: https://juliaearth.github.io/GeoStatsDocs/stable/domains.htm...
[2]: https://geopandas.org/en/stable/docs/user_guide/set_operatio...
juliohm|2 years ago