Anshul Singhvi
Anshul Singhvi
Actually it works if you define some methods. But there are quite a few method ambiguities. Maybe we should have a default fallback, just to make things work? ```julia julia>...
I think this could just be the `init` value in most cases?
Oh wow I forgot I ran into this twice 🤣
Edited after reading the spec What happens if that `crs` variable doesn't exist? The spec does say it's supposed to be a variable: https://cfconventions.org/cf-conventions/cf-conventions.html#grid-mappings-and-projections but this particular dataset does not...
Here's an overview of the dataset, for reference: ```julia julia> zg = zopen("reference://nwm_reanalysis.json", "r") ZarrGroup at ReferenceStore with 2939545 references and path Variables: time elevation qBtmVertRunoff q_lateral qSfcLatRunoff streamflow feature_id...
So I just found out that the data structure I encountered is very much not official. That being said it still works in Python so we should probably look at...
Ah unfortunately my only example involved quite a few hacks. Let me see if I can replicate it now though.
No the color scheme is the same, the color limits are different though and it seems the numbers are different as well.
Plus you can see the structure is totally strange before `read`
aha ok, will check out what's going on there. This is on the cf branch so hopefully it's not ignoring some obscure CF convention...