-
Notifications
You must be signed in to change notification settings - Fork 0
Add Sentinel-3 SLSTR Level-1 RBT product #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TonioF
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a minor comment.
| xarray_open_params = dict( | ||
| resolution=open_params["spatial_res"], | ||
| crs=open_params["crs"], | ||
| bbox=open_params["bbox"], | ||
| interp_methods=open_params.get("interp_methods"), | ||
| agg_methods=open_params.get("agg_methods"), | ||
| variables=open_params.get("variables"), | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you not use "get" with the first three parameters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"time_range", "bbox", "spatial_res" is required in JsonObjectSchema, which is checked in open_data in store.py.
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
sentinel-3-slstr-l1-rbt: Level-1 radiances and brightnesstemperatures (RBT) derived from SLSTR instrument