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

Photon/nominatim upgrade plan #43

Closed
leonardehrenfried opened this issue Jun 3, 2021 · 1 comment
Closed

Photon/nominatim upgrade plan #43

leonardehrenfried opened this issue Jun 3, 2021 · 1 comment

Comments

@leonardehrenfried
Copy link
Contributor

leonardehrenfried commented Jun 3, 2021

We need to get started with the nominatim and photon upgrades. I'm going to summarise the installation process here since there are quite a few steps required.

Nominatim

  • Use standard nominatim 3.7
  • Configure the the extra-tags import style with the following addition
{   "keys" : ["public_transport"],
    "values" : {
       "platform" : "main,fallback,with_name",
       "stop_position" : "main,fallback,with_name",
       "station" : "main,fallback,with_name"
    }
},
  • Initial nominatim import
  • Download https://data.mfdz.de/mfdz/nvbw_osm_matches.csv.gz
  • Import CSV stop data with ./nominatim_add_ifopt.py -i osm-nvbw-stop-matches.csv (with invalidate)
  • Nightly import run ./nominatim_add_ifopt.py osm-nvbw-stop-matches.csv (no invalidate!)

Photon

Did I miss something?

@lonvia @hbruch

@lonvia
Copy link
Contributor

lonvia commented Jun 4, 2021

The required IFOPT file is now: https://data.mfdz.de/mfdz/nvbw_osm_matches.csv.gz.

For the Photon can you currently please use #580 with #581 merged in instead of merging both to master. I did a couple of conflict-inducing changes on master which I'm in the process of resolving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants