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

Add country codes maps to the data dictionaries #2559 #2711

Merged
merged 2 commits into from
May 31, 2022

Conversation

iamleeg
Copy link
Contributor

@iamleeg iamleeg commented May 30, 2022

Extra environment variables for this are already in terraform and applied, thanks @jim-sheldon!

@@ -26,6 +28,9 @@ trap 'rm -rf "$DIR"' EXIT # Cleanup before exit

cp data_dictionary.txt citation.txt "$DIR"

echo "Getting country list from ${GDOTH_API_BASEURL}..."
curl -H "X-API-Key: ${GDOTH_API_KEY}" "${GDOTH_API_BASEURL}/api/geocode/countryNames" > "${DIR}/countries.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curl needs to be added to the Dockerfile_full_export as well

@abhidg abhidg self-requested a review May 30, 2022 18:00
@iamleeg iamleeg merged commit 72f906f into main May 31, 2022
@iamleeg iamleeg deleted the 2559_canonical_country_list branch May 31, 2022 09:18
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.

None yet

2 participants