Anshul Singhvi
Anshul Singhvi
We can probably just say it's not a table and then it gets handled as a geometry vector?
Error might be best?
Eh that sounds too recursive for my liking...let's just error
I'll write a dropdown about what CRS is that we can include here, new users can then click on it if they need to.
I think it's best to test that the geometry column's elements have `GI.PointTrait` - then you can always extract e.g. `GI.x(point)` and the same for `y`, `z`, and `m`. You...
Yeah this is why we shouldn't do it by default 🤷
That's because we hack it in DD. That has already caused problems in PyramidScheme but I think PS also shows a way forward here with the makie recipe changes I...
@felixcremer this is the successor
I just realized that geometric lookups are a great way to represent discretized global grids, since each grid cell is just an integer - a `DGGSLookup` could be a subtype...