pnoll1 / osmand_map_creation

OSM data + open address data compiled for use in OSMAnd
GNU General Public License v3.0
78 stars 2 forks source link

investigate alltheplaces support #27

Open pnoll1 opened 3 years ago

pnoll1 commented 3 years ago

Data for lots of chains. The locations are largely redundant, but opening hours would be a big nice to have. Websites and phone numbers may be useful as well.

Data is organized by scraper which relates to a chain or a local branch of a chain. This data will need to be split by state/province to match current merge methodology.

pnoll1 commented 2 years ago
  1. pull OSM into postgres(pg) (osm2pgsql, new dependency)
  2. load alltheplaces(atp) into pg (ogr2ogr)
  3. match atp to osm data
    • search within radius of coordinates for name
    • need to determine thresholds for both
  4. add atp data to osm
    • add onto osm data if found
  5. write to osm files (ogr2osm?)
    • need to slice into regions, requires #16