Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have a multi-item recipe that is hopefully suitable for this project.
RADARSAT Constellation Mission / Sentinel-1 Sea Ice Motion (RCMS1SIM) netcdf products at 2 grid specs:
https://open.canada.ca/data/en/dataset/22aa3b41-425f-4f67-9747-f097c00e3eb1
rcms1sim_lr
(RCMS1SIM Low Resolution):25km Equal-Area Scalable Earth North Hemisphere version 1 (EASE1, EPSG:3408)
rcms1sim_hr
(RCMS1SIM High Resolution):6.25km Equal Area Scalable Earth North Hemisphere version 2 (EASE2, EPSG:6931)
I have run the recipes locally using pruned versions and they appear to work as expected. I do have one question that I'm hoping to get advice on:
For the
rcms1sim_lr
there are 2D lat/lon variables that for some reason are being concatenated along thetime
axis and I can't figure out why. Is it possible to squeeze these variables before they are converted to zarr using a preprocessing function, or is that generally not encouraged? Thercms1sim_hr
appears to properly squeeze these data arrays.