I want to create a database of geographic locations and would like to be able to identify locations that fall into other locations. For example, Empire State Building will have one geo-coordination, but my database will be able to tell me that it gets to Manhattan, which gets to New York, which is in the state of New York and so on.
I looked at OpenStreetMap , which seems to have a pretty decent database, but as far as I can tell, I will need to create a set of polygonal structures representing each region, and then determine if the coordinate falls into the given polygon of the region. Is there a better way to do this, or is there a data source where all this has already been calculated?
Nathan ridge
source share