Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate alltheplaces support #27

Open
pnoll1 opened this issue Sep 27, 2021 · 1 comment
Open

investigate alltheplaces support #27

pnoll1 opened this issue Sep 27, 2021 · 1 comment
Labels
enhancement New feature or request Script processing.py related

Comments

@pnoll1
Copy link
Owner

pnoll1 commented Sep 27, 2021

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 pnoll1 added enhancement New feature or request Script processing.py related labels Nov 23, 2021
@pnoll1
Copy link
Owner Author

pnoll1 commented Nov 23, 2021

  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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Script processing.py related
Projects
None yet
Development

No branches or pull requests

1 participant