Anshul Singhvi

Results 390 issues of Anshul Singhvi

It occurs to me that dimensional axes are _dimensional_, and we can use Makie's new unit integration to deal with them. For example, instead of defining conversions in convert_arguments, we...

enhancement
plotting
extensions

I have some demos that I want to use DemoCards.jl to handle, but need to pass some postprocessing code to Literate.jl. I suspect this will need a small patch to...

This file provides the ability to get static base maps from Tyler. Its main entry point is the `basemap` function, which returns a tuple `(x, y, z)` of the image...

- Intersect the viewing frustum with the sphere and retrieve the area of interest - potentially center the camera in Google Earth style rotation so that you cant translate, then...

```julia julia> collect(tilegrid) 16-element Vector{Any}: Tile(63, 61, 7) Tile(64, 61, 7) Tile(65, 61, 7) Tile(66, 61, 7) ⋮ Tile(64, 64, 7) Tile(65, 64, 7) Tile(66, 64, 7) ``` seems wrong...

This is an interactive use footgun, since it doesn't tell you that you need to include a CRS.

https://github.com/MakieOrg/GeoMakie.jl/actions/runs/9416699971/job/25940377394#step:8:60 Stacktrace is: ```julia ras = Raster(EarthEnv{HabitatHeterogeneity}, :homogeneity) │ │ exception = │ conversion to pointer not defined for ArchGDAL.IRasterBand{UInt16} │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:35 │...

bug