Anshul Singhvi
Anshul Singhvi
Centered at zero by default. Implements and fixes #201.
In v0.5, ```julia using GeometryBasics points = rand(Point2f, 10) LineString(view(points, 1:5)) ``` errors with: ```julia ERROR: MethodError: no method matching LineString(::SubArray{Point{2, Float32}, 1, Vector{Point{2, Float32}}, Tuple{UnitRange{Int64}}, true}) The type `LineString`...
https://github.com/JuliaDebug/Debugger.jl/blob/f82cb3c31b0f8a9fdb1cde5b217b2681745de78f/src/printing.jl#L241 seems to be the only place where Highlights.jl is used, but it hasn't been maintained in a bit. https://github.com/JuliaLang/JuliaSyntaxHighlighting.jl is the new hotness, so it might be worth considering...
https://github.com/paleolimbot/S2Geography is a wrapper around S2Geometry that provides a GEOS-like C++ API around the S2 objects which often don't act like geospatial objects. This PR is still very WIP and...
Implements GeoInterface.coordtype for GeoJSON types. Returns type parameter T. 🤖 Generated with [Claude Code](https://claude.ai/code)
That would probably involve a refactor but it seems this is going to be the standard moving forward.
Have been getting this in CI for a while now...` ```julia julia> using GeoJSON Info Given GeoJSON was explicitly requested, output will be shown live fatal: error thrown and no...