Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

Overpass API docker image

Results 17 Overpass-API issues
Sort by recently updated
recently updated
newest added

Hello Team, I am using overpass docker image(https://hub.docker.com/r/wiktorn/overpass-api) to launch the overpass docker service for Europe continent and the plant URL I am using is https://download.geofabrik.de/europe-latest.osm.bz2 which is latest up...

I recreated my Overpass setup in my Kubernetes environment and I got a few permission denied error. Extract from my log: 2024-03-26T06:13:51.760964953Z tee: /db/changes.log: Permission denied 2024-03-26T06:13:51.761041418Z mkdir: cannot create...

I can see when I docker exec into a running/working container that the location of files is correct. So I am trying to process a file that I know exists...

Hello, sorry if my question is dumb, I'm very new to Docker. I have followed installation instructions (without modifying any files): downloaded image, then started it, the script has downloaded...

Hi wiktorn. I'm fighting with Overpass API local installation from your Docker image. After long debugging I realized that the package I'm using in R falis (probably) because of duplicate...

After this command, docker run ^ -e OVERPASS_META=yes ^ -e OVERPASS_MODE=init ^ -e OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/turkey-latest.osm.bz2 ^ -e OVERPASS_DIFF_URL=https://download.openstreetmap.fr/replication/europe/turkey/minute/ ^ -e OVERPASS_RULES_LOAD=10 ^ -v C:\overpass_turbo\Overpass-API-Data\big\docker\overpass_db:/db ^ -p 12345:80 ^ -i -t ^...

I was able to run the container for australia region and the docker container restarted after downloading entire db and the pod showed 1/1 on kubernetes . However when I...

#### Summary: hour, ... (anything but minute) diffs won't work because base clone and diff repositories don't supoort it. I have created a container using `OVERPASS_DIFF_URL=https://planet.openstreetmap.org/replication/hour/`. Debugging the issue, I've...

I downloaded an osm file and can the application perform a complete offline overpass API without update and diff checking? As I want to compare the data in temporal change,...

Hello. I need to have running instance of Overpass with asia continent. I get the bz2 file from https://download.geofabrik.de/asia-latest.osm.bz2 and run overpass-api docker with -v to this file. The instance...