Replies: 3 comments 8 replies
-
What failure do you run into? You should be able to generate the entire planet with those settings and 32gb of ram without needing to stitch together multiple runs. |
Beta Was this translation helpful? Give feedback.
-
These are the last lines before the Planetiler stops. It ran about 10 minutes and then stopped. But if I use an area which is 4 GB or less (I see the size at https://download.geofabrik.de/ ) than it works OK.
|
Beta Was this translation helpful? Give feedback.
-
I am happy to report that the planet.mbtiles was well generated on the micro-server. I do not see any errors on the map. I used an HDD, but next time I will use an SSD. |
Beta Was this translation helpful? Give feedback.
-
With the Planetiler I can work with the PBF file up to about 4GB. I could generate France, South America, Germany, etc. but not the Europe or Africa, which are 26+ and 5+ GB.
I use the following command:
java -Xmx20g -jar planetiler.jar --area=australia-oceania --download --download-threads=10 --download-chunk-size-mb=1000 --fetch-wikidata --mbtiles=australia-oceania.mbtiles --nodemap-type=array --storage=mmap
In Europe I create mbtiles file for each country separately and then use the program
tile-join
to merge the mbtiles. It takes time, but it works correctly. Here is the resulting map: https://labellechose.ch/map/ . It is still work in progress, quite a few countries are still missing.I wonder if I could somehow generate the Europe or Africa, or even better the whole planet, in one go. Time is not a problem. The micro-server does not take much of energy and it is in the homelab.
I could generate the planet with the
sequentially-generate-planet-mbtiles
program. It takes a day or two, but there are issues with the water shapes for some rivers on the resulting vector map. Planetiler, however, creates a correct vector map.Beta Was this translation helpful? Give feedback.
All reactions