osmand_map_creation icon indicating copy to clipboard operation
osmand_map_creation copied to clipboard

investigate alltheplaces support

Open pnoll1 opened this issue 3 years ago • 1 comments

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 avatar Sep 27 '21 05:09 pnoll1

  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

pnoll1 avatar Nov 23 '21 07:11 pnoll1