-
Notifications
You must be signed in to change notification settings - Fork 113
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 script to call usda quickstats api. #872
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.
the dc_generated/* files can be removed. We don't need to add them into github.
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.
Thanks for the parallelised script!
We can modify this to generate output to GCS as a followup PR for auto refresh.
* Create initial script to call usda quickstats api. * Fetch all counties and generate CSV. * Add dcs prefix to statvars. * Generate CSVs for multiple years. * Load api key from cloud or from command line. * Fix formatting. * Add test to verify processing into CSV. * Add copyright text. * Fix latlng recon test. * Add comment on running the script with an API key. * Comment out git parameters in test to see if it fixes cloud build. * Revert integration_test.py changes. * Attempt to fix a failing test.
No description provided.