Júlio Hoffimann
Júlio Hoffimann
The [Bentley-Ottmann algorithm](https://en.wikipedia.org/wiki/Bentley%E2%80%93Ottmann_algorithm) is a sweep-line algorithm for efficient pairwise segment-segment intersection in 2D space: https://youtu.be/nNtiZM-j3Pk?si=bwPt-btl2S0Ps8oO I've started implementing this algorithm, but got stuck due to limitations in the AVLTree...
Do you have plans to introduce breaking changes anytime soon? If not, please consider releasing v1.0 to signal stability and to stick to a full x.y.z version specification.
We noticed that our benchmark action is consistently failing with Julia v1.12, the latest stable release. Funnily enough, the action with Julia LTS is ~~consistently being cancelled.~~ ## Julia v1.12...
I understand that this stdlib is missing a 1.10 release.
As you can see at the top of [this page](https://juliaearth.github.io/geospatial-data-science-with-julia/02-geoviz.html), the `QuartoNotebookWorkerMakieExt` precompilation output is shown: Is there a way to hide this output? It was not there in previous...
The latest release of JSON.jl incorporates all improvements from previous iterations in JSON3.jl
## Issue The [GeoPackage file format](https://www.geopackage.org) was developed by OGC a while ago to store "vector" and "raster" data as SQLite containers. It is widely adopted in open datasets like...
It seems we are always returning names of the form `channel{i}` when the data is not a colorant: https://github.com/JuliaEarth/GeoIO.jl/blob/33193d861435a91bf84c90d95560acc89ef96f6f/src/extra/geotiff.jl#L19 I believe the name of the channels is stored in the...