Júlio Hoffimann
Júlio Hoffimann
Added `Ellipsoid`. Closing the issue in favor of future issues with specific geometry requests.
Closing in favor of #890
That is a good question, should we consider polytopes equal up to permutation? In practice I think that can complicate things or at least compromise performance? What is the scenario...
I thought about it a bit more and the most conservative way forward is to introduce a new function like `ringequal` that compares polygons and closed chains as rings. The...
Notice that the function should only accept Polygon and Chain. Polytope in our terminology includes 3D polyhedra or higher dimensional objects.
The \circeq looks great 👍🏽 Regarding the case with Segment, I don't think it is a ring (i.e. the begin != end)
@dorn-gerhard can we add this circeq in a PR and solve this issue? Should be quick to solve now that we aligned the name and symbol :)
Adding to the conversation. I think the OP may be interested in Meshes.jl Grid subtypes and the transforms we define over there. We map the x/y/z as described but rotate...
Thank you for reporting the issue @felixcremer. Feel free to submit a PR if you have the time, otherwise we will try to address the issue by next month.
> Its probably defined in the dataset itself, but gdal passes us `:geom` in `GeoInterface.geometrycolumns` so it can be called whatever they like. What is your suggestion then? We simply...