-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Explore external web services for admin boundaries #3114
Comments
There is no database involvement anywhere in this; the question is whether google's API can handle it. (Pretty sure the answer is that it can, and that it's easier than WKT, but we'd still need to convert everything.)
That does not make sense to me. |
I think that GeoNames already does this. See https://www.geonames.org/5687489/yellowstone-county.html |
If GeoNames has anything spatial for download, I can't find it. I now have a box that can load at least simple shapefiles and I think any geopackage into the DB. I can't find any single source of data that does anything that scales, so I've create a simple local cache-type thing that I can import/munge about anything into, rather than trying to deal with multiple sources. I've got a rudimentary and not terribly integrated UI that'll hook shapes (and search terms) up to geography. I'd like to find some more data before I try to refine it much, but maybe that's chicken/egg territory. It works, it could work better. The big issue is finding the intersection of their thing and our thing. For some places - Municipalities of Mexico, for example - GADM is really cool, straightforward, might even be scripted. (But our data is almost never that clean and this is a one-time thing so I'm not yet sure that's worth the effort.) For most of the planet and anything bigger than gadm's atomic units, GADM doesn't directly contain what we need. (I did not know this, someone please let me know if I'm just missing something!) Two ways around that:
This definitely seems useful, and I've learned some other good stuff along the way, I'll keep plodding along unless someone has some compelling reason not to, but everything would be greatly simplified if we could pick some sort of theme regarding what is and isn't geography - ideally one that someone else has adopted and has shapefiles for! - and stick to that, whatever it is. I'm not holding my breath on that, so if anyone has, or has the ability to create, any sort of spatial data that might correspond to the things in Arctos, please pass it along. |
These may be better resources for importing or vetting our polygon data for countries and primary admin borders, especially if PG can handle JSON or other web-friendly spatial data. These would be new reference authority instead of wikipedia. Options include:
GADM (contact Robert H.)
Geonames (contact them about their webservices: https://www.geonames.org/export/)
This is an issue to bring up with AWG and GeoGroup and will follow our revamping of Higher Geography
Potentially impacts: #3102
The text was updated successfully, but these errors were encountered: