Skip to content
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

osrm-extract fails with very large size raster file. #5571

Closed
Tomonobu3110 opened this issue Oct 3, 2019 · 0 comments
Closed

osrm-extract fails with very large size raster file. #5571

Tomonobu3110 opened this issue Oct 3, 2019 · 0 comments

Comments

@Tomonobu3110
Copy link

When we execute osrm-extract with very large raster file, osrm-exract consume too much memory and failed to finish execution.

For example...

raster_source = raster:load(
  "kanto13_ascii_osrm.asc",  -- file to load
  137.81250000000003,  -- longitude min
  141.328125,          -- longitude max
   34.88593094075317,  -- latitude min
   36.597889133070225, -- latitude max
  24576,               -- number of rows
  40960                -- number of columns

When I try to use raster file which size is 40960 x 24576 (zoom = 13 for whole Kanto (in Japan) area), I could not success the osrm-exract.

osrm-exract read more the one times and fails with below log message.

[info] [source loader] Loading from kanto13_ascii_osrm.asc  ...
terminate called after throwing an instance of 'tbb::captured_exception'
  what():  lua: error: Failed to read from raster source kanto13_ascii_osrm.asc: std::bad_allocinclude/extractor/raster_source.hpp:70
中止 (コアダンプ)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants