Peter
Peter
Hi @Yannael , thanks to showing directions! I am reorganazing, with your suggestion to split into "`country-*`"... The first one is at https://github.com/okfn-brasil/country-geoinfo check [`data` folder](https://github.com/okfn-brasil/country-geoinfo/tree/master/data). If this first is...
Hello @pdehaye , welcome! Hum, I need one weekend to review all this project, I think we can manage some pending decisions meanwhile... Can you designate a collaborator for check...
Thanks (!), lets see - "change the country header (...)" I not understand what need change, sorry; only that I need to do `datapackage.json`.. Ok, now we have a preliminar...
Hello @pdehaye , you can review [country-geoinfo](https://github.com/okfn-brasil/country-geoinfo).
Hi @ewheeler, thanks (!), I will check best strategy next week. There are two ways, 1. Use a [list of countries at Wikipedia](https://en.wikipedia.org/wiki/ISO_3166-2#Subdivisions_included_in_ISO_3166-1) as source, parsing it by a [little...
Testing solution of **item 2**, ```sparql SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q6256. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ``` [run this query here](https://query.wikidata.org/#SELECT%20%3Fitem%20%3FitemLabel%20%0AWHERE%20%0A%7B%0A%20%20%3Fitem%20wdt%3AP31%20wd%3AQ6256.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D) and download as...
## Migration problem Hi @ewheeler , can you help to check cause of errors at https://github.com/ppKrauss/country-codes ? The dataset is good, but terminal `goodtables datapackage.json` say that no. ## Wikidata...
Hi @ewheeler, sorry for coming back so late ... Now the problems are solved, all be automatic. Submiting [pull request 65](https://github.com/datasets/country-codes/pull/65) to add `sh wd_countries.sh` in your makefile. Supposing that...
Hi @rouault, can you or other [PROJ contributors](https://github.com/OSGeo/PROJ/graphs/contributors) **reuse** this CPP implementation of the inverse transform? * https://github.com/riskaware-ltd/open-eaggr/blob/master/EAGGR/Src/Model/IProjection/Snyder.cpp#L190 * https://github.com/riskaware-ltd/open-eaggr/blob/master/EAGGR/Src/CoordinateConversion/CoordinateConverter.cpp
> Someone could potentially extract the maths/algorithms to have a clean-room implementation, (...) Perfect!