Balthasar Teuscher
Balthasar Teuscher
I like the idea a lot. Do you have in mind to add serialization capabilities as well? I was wondering how a roundtrip would look like in regards to foreign...
Thanks for the explanations @michaelkirk ! My two potential use cases I have in mind are enforcing a certain schema with a concrete type/struct and support for https://github.com/opengeospatial/ogc-feat-geo-json. This PR...
I experienced the same issue playing around with the qgis stac browser plugin. It only happens when the root catalog / landing page is served at the root, for example...
From my rather superficial understanding, the previous versions involved a conversion to a polygon, which allocates a vector that is considered expensive. Then subsequent, in the case of `rect` robust...
Thanks for reviewing and sorry for the late response! I changed to the versions using robust predicates. Should I remove the commented-out versions? Edit: CI failure seems to be unrelated,...
Theoretically, it should be an improvement as it may use fewer orientation invocations. The benches show mixed results though, with gains in the synthetic one while regressing the real-world ones,...