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

download _gda2020.zip file #8

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

mtmail
Copy link

@mtmail mtmail commented Jun 23, 2020

Sometime in 2019 the data.gov.au started publishing multiple files, which broke the dataURL= assignment.

curl -sL 'http://www.data.gov.au/api/3/action/package_show?id=19432f89-dc3a-4ef3-b943-5326ef1dbecc' | jq -r '.result.resources[] | select(.format == "ZIP") | .url'
https://data.gov.au/data/dataset/19...2f/download/may20_gnaf_pipeseparatedvalue.zip
https://data.gov.au/data/dataset/19...2a/download/may20_gnaf_pipeseparatedvalue_gda2020.zip
https://data.gov.au/data/dataset/19...33/download/documents.zip

I hope http://www.gda2020.com.au/ is safe to be the new default.

Also added wget --no-clobber because if a build breaks during download a restart would instead download to new file with ".1" or ".2" appended.

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

Successfully merging this pull request may close these issues.

2 participants