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
What resolution and extent did you use for the Unified Data Format?
The preprocessors use a reference grid, have you considered using epsg codes instead?
What remapping method is used?
CDS longitude range is [0, 360], while many other data providers use the range [-180, +180]. Is the preprocessor automatically rotating the layers, if needed?
How do you define how to do spatial aggregations for different variables? For instance for temperature you might want to use the mean, for precipitation you might want to use the sum (if you are converting to a coarser resolution). We can only see a MeanAggregator.
What resolution and extent did you use for the Unified Data Format?
The preprocessors use a reference grid, have you considered using epsg codes instead?
What remapping method is used?
CDS longitude range is [0, 360], while many other data providers use the range [-180, +180]. Is the preprocessor automatically rotating the layers, if needed?
How do you define how to do spatial aggregations for different variables? For instance for temperature you might want to use the mean, for precipitation you might want to use the sum (if you are converting to a coarser resolution). We can only see a MeanAggregator.