-
Notifications
You must be signed in to change notification settings - Fork 5
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
Include latest lat/lon based definition for forecast outputs #45
Comments
Fixes #45: Add lat/lon region forecast out script, add help
While icenet-ai/icenet#283 is not fixed, the script should avoid attempting to output metric plots when lat/lon region bounds are specified, which are not currently implemented for metric computation. Hence, as it stands, these metric plot outputs are based on either pan-Arctic or pan-Antarctic rather than user defined lat/lon region. Add logic to skip these outputs for now. |
Resolved by above PR. |
…dates Also add flag to not clip source data when defining a lat/lon region
…min,... region input
Wanting to opt for user-specified Coordinate Reference System (CRS) instead of hard coding the CRS to use, want to allow specifying it when running the |
Resolves #45: Allow generic CRS definition for plotting
Update
produce_op_forecasts.sh
to allow new lat/lon based region and north-facing plot arguments via this script as introduced in this PR icenet-ai/icenet#282.https://github.com/icenet-ai/icenet/blob/9a70ce688e1196aaebf60df5829e5fbb722f32c5/icenet/plotting/forecast.py#L1393-L1401
The text was updated successfully, but these errors were encountered: