osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Unable to Generate cell_metrics File in OSRM

Open chlondz opened this issue 1 year ago • 1 comments

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.

chlondz avatar Jun 06 '24 08:06 chlondz