Anshul Singhvi
Anshul Singhvi
The second point is done in my GlobeAxis PR to GeoMakie. The first remains to be solved. One interesting resource might be https://stackoverflow.com/questions/13541526/hierarchical-frustum-culling-of-sphere-tiles. Maybe some plane-sphere intersections can help with...
I just bumped into this issue during a live demo :D
It could always decompose to matrix like lookups, I suppose... Edit: did Rasters ever have those or am I completely misremembering??
Not really, unless you return a plotspec. Plus, I don't think it would play well with GeoMakie at all since affine transforms are applied after the nonlinear transform function... Proj...
Well Makie in general can't handle affine transforms before the transform_func, unless you explicitly compose the transform_func. A general solution here would be a chained Proj pipeline + `surface` though.
I can do the fix here if you want but it needs a change in github actions settings. Ideally this will become a function in DV though so it just...
Yep, see https://github.com/JuliaGeo/GeometryOps.jl/blob/gh-pages/.github/workflows/DeployDocs.yml (note it has to be in the `gh-pages` branch) then set your pages deploy method to "Actions".
Nothing manual no
This works with ArchGDAL and Rasters at master: https://geo.makie.org/previews/PR230/examples/rasters
Ah sorry, it's the `la/compacts` branch here (Makie compat) and the master branch of ArchGDAL that it works on.