Rafael Schouten
Rafael Schouten
Is there a reason `basemap` isn't in MapTiles.jl ? Would let other packages skip the Makie dep
Ahh right. Might be worth it for Plots.jl uses
Sounds fine to me. Should we make ElevationProviders.jl and PointCloudProviders.jl to wrap the provider lists?
Currently I've got `scaled=true` as the default instead of `cf`. `raw` might suggest the missing value is also not transformed? Main concern with `navalue` is it sounds like R, and...
Thanks for the input though, good to have all the options to choose from
Coming back to this I like how short and obvious `raw=true` is! But to mean no scaling _and_ no masking - so it will override everything else.
Ah nice catch. Yes it should allow all the same options as `write`, also for any other method that writes to disk. I'm currently working on `Rasters.create` that does this...
`Makie.heatmap(parent(raster))` ! But we do have the code for the rotation in the plots recipes, it should be too hard to hook up, it's just about time to do it...
Maybe `set(A, X => No lookup, Y => NoLookup)` is better to keep dim names. On main of DD it's just `set(A, NoLookup)`
No, I never wrote it. Transformed gets you half way. But what would that give us for plotting that the affine transform function doesn't? Can we just use the affine...