-
Notifications
You must be signed in to change notification settings - Fork 137
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
download-osm not able to download europe from geofabrik #288
Comments
Download Europe from geofabrik still fails while it works for other continents.
It is in the Geofabirk list
|
Any infos? It fails on all our dev laptops but on the server (same repo same command) it fails. ... most other regions work |
I test I think that is the same problem as with Europe. Manually from the Geofabrik is possible to download it and it is also in JSON list. |
Germany and Europe are both working now. |
Having the same issue... See my comment on issue 327 I ran
|
Hi @msschl, could you please run |
I pulled the latest changes from master and tested again. Running
Running
And running
Looks like the first two still try to download from |
When I write a comment it works, now on the same code it is not. I am afraid, that this does not have to be a problem in OMT-T. |
Well at least for |
-------------------------------------------------------------------------------------
====> : Downloading europe/germany from geofabrik...
Downloading europe/germany into data/europe/germany.osm.pbf from geofabrik
Creating network "test_quickstart_postgres_conn" with driver "bridge"
Creating volume "test_quickstart_pgdata" with default driver
Downloading https://download.geofabrik.de/europe/germany-latest.osm.pbf (size=3,312.1 MB (3,472,989,647), md5=1fb2a27fc0a7ad31887d82457f4b383c)
aria2c --checksum=md5=1fb2a27fc0a7ad31887d82457f4b383c --http-accept-gzip "--user-agent=OpenMapTiles download-osm 5.3.1 (https://github.com/openmaptiles/openmaptiles-tools)" --dir=/tileset/data/europe --out=germany.osm.pbf --auto-file-renaming=false https://download.geofabrik.de/europe/germany-latest.osm.pbf For now, there are 4 possible ways, how to download an area. Autodetect just trying to find the working service by trying Geofabrik, then bbbike and as last openstreetmap.fr. The services can be specified and then it will not try to download from another service (as it is in your last example) |
I dug into this a bit and think I've discovered the problem. The request for the I added However, now aria2c is throwing |
Any news on this or a workaround? |
The text was updated successfully, but these errors were encountered: