Anshul Singhvi
Anshul Singhvi
Yeah this probably wasn't working earlier either. With compute graphs now it could be nice to have a more 'invasive' convert_args. Or something that can take in any attribute that...
That could also be e.g. `Projected` which we don't care about in this context. I only want lookups that are "multidimensional" even if they are vectors, like merged or geometry.
Just need to add docs really But feature wise it is complete
Yeah that too! Might get claude to do that.
Looks like `colorscale` and `alpha` are not passed through here (but the rest of the color attributes are): https://github.com/MakieOrg/Makie.jl/blob/f200f3d573b4f892d81fa38f25eacec09bc36815/src/basic_recipes/contourf.jl#L213-L226 might be the same for contour as well. Should be a...
Not fixed in contourf. Someone had done it to tricontourf, though, it was the latest commit to that file so you could try and copy that change more or less....
Looks like I did something fishy here that leads CRS to return a bool
So it looks like the RasterStack constructor doesn't follow this pipeline. ```julia-repl julia> crs(Raster(local_path; name=:v)) ESRIWellKnownText with CRS mode: PROJCS["WGS 84 / NSIDC Sea Ice Polar Stereographic North",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Polar_Stereographic"],PARAMETER["latitude_of_origin",70],PARAMETER["central_meridian",-45],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",SOUTH],AXIS["Northing",SOUTH],AUTHORITY["EPSG","3413"]]...
Should we get this in for now, if we can fix the issues with returning Bools, and then get the CF projection stuff out with the dimension linking whenever it's...
Wouldn't that be breaking now as well? Or is it not breaking because we don't return anything now?