We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Host the shape file
Enable the file as a part of the PMP, which can be retrieved by the following method.
from pcmdi_metrics import resources egg_pth = resources.resource_path() import os source_path = os.path.join(egg_pth, "nca5_regions.shp") print(source_path) print(os.path.isfile(source_path))
/Users/lee1043/mambaforge/envs/pmp_devel_20241202/share/pmp/nca5_regions.shp True
No response
The text was updated successfully, but these errors were encountered:
lee1043
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
Host the shape file
Describe the solution you'd like
Enable the file as a part of the PMP, which can be retrieved by the following method.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: