omniscale / imposm2

Imports OpenStreetMap data into geo databases
http://imposm.org
Apache License 2.0
116 stars 24 forks source link

Accessing imported data #50

Open tonimartos opened 8 years ago

tonimartos commented 8 years ago

Hi,

I just imported an OSM map using Imposm 2, and I'm wondering how to access the data. Is there any documentation which shows how to access it (in case Imposm 2 provides default classes and objects)? Or at least documentation where I can see how the content is distributed on my PostgreSQL?

I have been checking the tables mapping, but I'm a little bit lost, as until now I've been working with osm2pgsql imported data (first looking for the corresponding OSM_ID of a given coordinate pair, and after looking for the rest of the info by using the mentioned OSM_ID). Just looking for documentation, as I only find data about the import tool.

Thanks in advance!