-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create polygon
metadata table
#8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have enough background yet for a more detailed review but I don't see anything absurd!
upsampled_resolution=UPSAMPLED_RESOLUTION, | ||
sel_iso3s=None, | ||
) | ||
sys.exit(0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this sys.exit here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just because the program can terminate here after updating the metadata!
Computing basic metadata about each polygon for which we're calculating summary stats. See this Confluence page for a description of each field.
To do:
standard
column to indicate if a polygon is a "standard" admin bound. Would be all True so far.