Replies: 1 comment
-
For Geonames we'll have geo-coordinates (lat,lon) that we need to model. I suggest to start modelling the coordinates that are already present in the database. I found coordinates related to For these entities, we can add a relationship
Then, in a second step we can add geonames cities with their coordinates. This would allow to do most of the basic searches, e.g. find all resources around one city. Finally, if we want to map better Points to their regions/cities we can import geonames admin areas and corresponding polygons, and do a one-to-one mapping in a post-script. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Collecting different sources for geoinformation here that could be helpful with modelling:
Geofeed only contains Country and City name, which might break thinks in the US where it is not uncommon to have multiple cities with the same name in different states.
In general normalization (regions, city names, etc.) between different datasets might be problematic.
Beta Was this translation helpful? Give feedback.
All reactions