Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.18k stars 3.28k forks source link

Unable to Generate cell_metrics File in OSRM #6926

Open chlondz opened 1 month ago

chlondz commented 1 month ago

Issue: I am encountering an issue while trying to generate the cell_metrics file in OSRM. I have followed the standard process of data preparation, including extraction, partitioning, and customization. However, despite successful execution of these steps, the cell_metrics file is not being generated.

Steps Taken:

Data extraction using osrm-extract.
Partitioning using osrm-partition.
Customization using osrm-customize.

Observations:

The logs from the customization process indicate that the partition data was loaded successfully.
There are no explicit error messages during the customization process.
Despite successful execution, the cell_metrics file is not present in the directory after running osrm-customize.

Additional Information:

I have verified that there is sufficient disk space available.
The commands were executed within a Docker container, and the necessary volumes were mounted correctly.

Thank you for your support.

DennisOSRM commented 4 weeks ago

Couple of things are needed to better understand the issue: