Anshul Singhvi
Anshul Singhvi
This way throttling only happens in an interactive context.
https://makieorg.github.io/Tyler.jl/v0.2/examples/map-3d#PointClouds
## Summary This PR adds explicit CRS (Coordinate Reference System) support to tiles and tile grids, making it clear which coordinate system a tile is using. ## Changes - Created...
`Rasters.create` defaults to a point lookup instead of an interval lookup which is causing this confusion. I think we should either error or convert to an interval lookup, if you...
Add the geometry lookup things, and predicate zonal on all of this
``` ⊼ ⊽ julia> r1 = Raster("~/Downloads/N320_weights.nc") ERROR: ArgumentError: file "~/Downloads/N320_weights.nc" not found Stacktrace: [1] _filenotfound_error(filename::String) @ Rasters ~/.julia/dev/geo/Rasters.jl/src/utils.jl:531 [2] checkfilename(::Rasters.NCDsource, filename::String) @ RastersNCDatasetsExt ~/.julia/dev/geo/Rasters.jl/ext/RastersNCDatasetsExt/ncdatasets_source.jl:4 [3] #_open#1 @ ~/.julia/dev/geo/Rasters.jl/ext/RastersNCDatasetsExt/ncdatasets_source.jl:10 [inlined]...
that is apparently Vue templating and causes pages to have crazy strange errors...
This allows an extensible interface (and significantly cleans up the interface in general). `(doc::Documenter.Document).user.pages` is strictly typed to be a Vector{Any} so we can't dispatch intelligently on that, but you...