-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: ♻️ convert to using updated template data package #29
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
refactor: ♻️ convert to using updated template data package #29
Conversation
| "roles": [ | ||
| "creator" | ||
| "creator", | ||
| "author" |
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.
Added this bc it's the description of this person in the data's README.txt
lwjohnst86
left a comment
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.
Nice! Only very minor suggestions.
lwjohnst86
left a comment
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.
🎉
Description
This PR updates the repo to use the updated
template-data-package. It also starts the process of using the*_properties.pyscripts inmain.py.For this PR, I've followed the Sprout Creating a Data Package guide and updated the package properties and
datapackage.jsonandREADME.mdby uncommenting those steps inmain.py.I'll do a separate PR that adds the data resources and updates the preprocessing scripts.
Closes #23
This PR needs an in-depth review.
Checklist
just run-all(fails bc some comment lines are too long inscripts/download-data.pyandscripts/convert-meta.py, will fix in a separate PR adding the data resources)