Skip to content
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]: NCA5 shape file #1234

Open
lee1043 opened this issue Jan 23, 2025 · 0 comments
Open

[Feature]: NCA5 shape file #1234

lee1043 opened this issue Jan 23, 2025 · 0 comments
Assignees

Comments

@lee1043
Copy link
Contributor

lee1043 commented Jan 23, 2025

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.

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

Describe alternatives you've considered

No response

Additional context

No response

@lee1043 lee1043 self-assigned this Jan 23, 2025
@lee1043 lee1043 linked a pull request Jan 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant