NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

http://www.nominatim.org/ is not working. I am trying to build docker image for nominatim. The build does not proceed until it downloads country grid data from nominatim.org but the website has not been working all day.

Is this a known issue? I am building nominatim image for the first time so I don't know if the website has been down for months but do anyone know workaround?

I tried to skip the command which download this data from dockerfile, and by doing so I can successfully create nominatim image but when I try to run container, I get this error Error: you need to download the country_osm_grid first

so it seems I can't proceed further until I downlaod this data. Where can I download this?

the command in dockerfile is, RUN curl https://www.nominatim.org/data/country_grid.sql.gz > /app/src/data/country_osm_grid.sql.gz

asked 02 Jul '21, 07:32

parth003's gravatar image

parth003
11112
accept rate: 0%


It is resolved now. http://www.nominatim.org/ is back online.

permanent link

answered 02 Jul '21, 09:04

parth003's gravatar image

parth003
11112
accept rate: 0%

edited 02 Jul '21, 09:04

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689

question asked: 02 Jul '21, 07:32

question was seen: 1,605 times

last updated: 02 Jul '21, 09:04

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum