You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do we want to handle the projection used for input arguments, processing and output?
The raw data is in Equi7Grid. If we want a scaleable workflow, the output should be in Equi7Grid as well.
On the other side, users might want to use lat/lon BBox for input arguments.
We can convert between them easily using proj:
How do we want to handle the projection used for input arguments, processing and output?
The raw data is in Equi7Grid. If we want a scaleable workflow, the output should be in Equi7Grid as well.
On the other side, users might want to use lat/lon BBox for input arguments.
We can convert between them easily using proj:
And how about the output format? Zarr with dimensions (continent,x,y) and chunking by tile or (continent,tile,x,y)?
The text was updated successfully, but these errors were encountered: