-
Notifications
You must be signed in to change notification settings - Fork 6
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
Consider checking the accuracy of conversion data against additional sources #25
Comments
I checked our mappings.csv against then
|
I wonder if we might be able to pull the country info file down during the build process and use it at runtime. That might eliminate the need for us maintaining our own |
http://api.geonames.org/countryInfoJSON?formatted=true&lang=en&username=demo&style=full |
That's what I was thinking. I was working on something like that here: right now it outputs json: https://github.com/rymach/countrycode-python/blob/master/cc.json but I think it should output a .java file with one big enum like: |
Looks like |
http://api.geonames.org/countryInfoJSON?formatted=true&lang=en&username=demo&style=full
(may need to make an account)
https://nsgreg.nga.mil/restApi/GeopoliticalCorrelationResources.jsp
The text was updated successfully, but these errors were encountered: