Europe OSM import with Import_style=admin exceeds 380 GB, but in nominatim admin style import for entire planet is 220 GB. #564
Unanswered
vigneshwarap
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Have a look at https://github.com/mediagis/nominatim-docker/tree/master/4.4#flatnode-files |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am trying to import Europe OSM (around 28.6 GB) into my docker nominatim setup.
In official nominatim documentation it is mentioned that entire planet with admin style import is only 220 GB.[https://nominatim.org/release-docs/latest/admin/Import/]
But in mediagis/nominatim, europe import with import style as admin alone is 380GB. Other details given below.
Docker image version = 4.4
Docker container size after europe import = 380GB (tested using "docker ps --size" command)
Started container using command = "docker run -it -e PBF_PATH=/nominatim/data/europe-latest.osm.pbf -e IMPORT_STYLE=admin -e REVERSE_ONLY=true -p 8080:8080 -v /root/vicky/OSM:/nominatim/data --name nominatim mediagis/nominatim:4.4
"
OSM file downloaded from = https://download.geofabrik.de/
Working with both docker and nominatim for just few days.
Am doing something wrong? Thanks in advance for your time.
Beta Was this translation helpful? Give feedback.
All reactions