-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Feature]: Shape file capablity for mean climate #1083
Comments
@acordonez I recall you have implemented the shape file capability, could you point how this task could be initiated? |
@lee1043 The function is here: https://github.com/PCMDI/pcmdi_metrics/blob/main/pcmdi_metrics/io/region_from_file.py It's a good idea to apply the shape file to all data files used, including things like the land/sea mask. For an example of how to apply it, you can look at my edits to the precip variability code: pcmdi_metrics/pcmdi_metrics/precip_variability/lib/argparse_functions.py Lines 92 to 106 in 9d35ceb
Function call: pcmdi_metrics/pcmdi_metrics/precip_variability/lib/lib_variability_across_timescales.py Line 76 in 9d35ceb
|
@acordonez thank you for the information! |
Is your feature request related to a problem?
Capability to apply shape file for mean climate metrics calculation.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: