osmand_map_creation
osmand_map_creation copied to clipboard
investigate alltheplaces support
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.
- pull OSM into postgres(pg) (osm2pgsql, new dependency)
- load alltheplaces(atp) into pg (ogr2ogr)
- match atp to osm data
- search within radius of coordinates for name
- need to determine thresholds for both
- add atp data to osm
- add onto osm data if found
- write to osm files (ogr2osm?)
- need to slice into regions, requires #16