UFOKN / sophox

A collection of services exposing OSM data, metadata, and other microservices
Apache License 2.0
0 stars 0 forks source link

Reverse engineer the data model #2

Open ashepherd opened 3 years ago

ashepherd commented 3 years ago

https://wiki.openstreetmap.org/wiki/Sophox#How_OSM_data_is_stored

Doug's notes on OSM https://docs.google.com/document/d/1ZcVkxsDOHllVHD8InY30WS4dap7vOiAadnHCfIPN-ek/edit#heading=h.u0ux1uo418d3

ashepherd commented 3 years ago

Doug's Google doc analyzing the OSM data model https://docs.google.com/document/d/1ZcVkxsDOHllVHD8InY30WS4dap7vOiAadnHCfIPN-ek/edit

mikejohnson51 commented 3 years ago

I think we can focus on a small subset of OSM featrues. The "core" 49 keys are here.

Of these, I think we could focus on:

  1. buildings (https://wiki.openstreetmap.org/wiki/Key:building)
  2. power https://wiki.openstreetmap.org/wiki/Key:power)
  3. highway (https://wiki.openstreetmap.org/wiki/Key:highway)
  4. waterway (focus only on the barriers) (https://wiki.openstreetmap.org/wiki/Key:waterway)

How does that sound?