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

'Protected' is not currently a valid restriction #77

Open
smnorris opened this issue Jul 27, 2021 · 1 comment
Open

'Protected' is not currently a valid restriction #77

smnorris opened this issue Jul 27, 2021 · 1 comment

Comments

@smnorris
Copy link
Collaborator

Validation of current sources_designations.csv fails:
ValueError: Invalid forest_restriction value Protected for source park_national

@smnorris
Copy link
Collaborator Author

smnorris commented Jul 27, 2021

Just adding "PROTECTED": 5 to this lookup might be enough but there may be assumptions elsewhere in the script:

self.restriction_lookup = {
            "FULL": 4,
            "HIGH": 3,
            "MEDIUM": 2,
            "LOW": 1,
            "NONE": 0,
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant