Hi Jakob,
Indeed when I see the logs with the debug level I see what you mention (I will paste the logs at the en of the message). I had suspected something like that and I had tried to trigger the fastisochrones this way but it was before I added the config lines under the car profile as suggested by amandus. By the way the Map builder is FastIsochrone even if the max time is within the limit set to “isochrones”.
I went back to my previous config (without the lines proposed by amandus), rebuilt the graph folder and I performed the request again. It then uses ConcaveBallsIsochroneMapBuilder
as expected. So now I know how to trigger the FastIsochroneMapBuilder, thank you! However, what now puzzles me is that for exactly the same point and max_time, FastIsochrone takes longer - hence the reason I thought it was still not working after the suggestion by amandus. In my machine the 2 hours isochrone with half hour intervals took a bit over 40 seconds with FastIsochrone and about 33 seconds with the regular MapBuilder.
By “a long time” I mean that it would be unfeasible to do it for the total amount of points I have, some 20k, within a reasonable time and the budget at disposal . Also given that when I use the full France osm.pbf file the computation takes longer (can’t compare apples to apples since the French map is too big to instantiate ORS in my machine but in the VM a single point takes about 2.5/3 minutes).
Also, I am not really interested in super precise isochrones. Is there any config setup that could help speed things up, sacrificing the precision of the isochrone?
As promised here are the logs with debug level. For the FastIsochroneMapBuilder:
ors-app | #################
ors-app | # Container ENV #
ors-app | #################
ors-app | ✓ CONTAINER_LOG_LEVEL: INFO. Set CONTAINER_LOG_LEVEL=DEBUG for more details.
ors-app | ⓘ Any config file settings can be overwritten by environment variables.
ors-app | ⓘ Use 'CONTAINER_LOG_LEVEL=DEBUG' to see the full list of active environment variables for this container.
ors-app | ###########################
ors-app | # Container sanity checks #
ors-app | ###########################
ors-app | ⓘ Running container as user root with id 0 and group 0
ors-app | ✓ ORS_HOME: /home/ors exists and is writable.
ors-app | ✓ The file /home/ors/config/example-ors-config.env is up to date
ors-app | ✓ The file /home/ors/config/example-ors-config.yml is up to date
ors-app | ✓ Using the existing ors-config.yml from: /home/ors/config/ors-config.yml
ors-app | ⓘ Default to graphs folder: /home/ors/graphs
ors-app | ⓘ Any ENV variables will have precedence over configuration variables from config files.
ors-app | ✓ All checks passed. For details set CONTAINER_LOG_LEVEL=DEBUG.
ors-app | #####################################
ors-app | # Container file system preparation #
ors-app | #####################################
ors-app | ✓ The file /home/ors/files/example-heidelberg.osm.gz is up to date
ors-app | ✓ Container file system preparation complete. For details set CONTAINER_LOG_LEVEL=DEBUG.
ors-app | #######################################
ors-app | # Prepare CATALINA_OPTS and JAVA_OPTS #
ors-app | #######################################
ors-app | ✓ CATALINA_OPTS and JAVA_OPTS ready. For details set CONTAINER_LOG_LEVEL=DEBUG.
ors-app | #####################
ors-app | # ORS startup phase #
ors-app | #####################
ors-app | ✓ 🙭 Ready to start the ORS application 🙭
ors-app |
ors-app | . ____ _ __ _ _
ors-app | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
ors-app | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
ors-app | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
ors-app | ' |____| .__|_| |_|_| |_\__, | / / / /
ors-app | =========|_|==============|___/=/_/_/_/
ors-app | :: Spring Boot :: (v3.1.6)
ors-app |
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.Application ] Starting Application v8.0.0 using Java 21.0.2 with PID 1 (/ors.jar started by root in /home/ors)
ors-app | 2024-08-22 15:42:28 DEBUG main [ o.h.o.a.Application ] Running with Spring Boot v3.1.6, Spring v6.0.14
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.Application ] The following 1 profile is active: "default"
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ]
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Configuration lookup started.
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Configuration file set by environment variable.
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Loaded file '/home/ors/config/ors-config.yml'
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Configuration lookup finished.
ors-app | 2024-08-22 15:42:28 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ]
ors-app | 2024-08-22 15:42:30 INFO ORS-Init [ o.h.o.a.s.l.ORSInitContextListener ] Initializing ORS...
ors-app | 2024-08-22 15:42:30 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Total - 1024 MB, Free - 967.92 MB, Max: 2 GB, Used - 56.08 MB
ors-app | 2024-08-22 15:42:30 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ====> Initializing profiles from '/home/ors/files/merge_of_4.osm.pbf' (1 threads) ...
ors-app | 2024-08-22 15:42:30 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] 1 profile configurations submitted as tasks.
ors-app | 2024-08-22 15:42:30 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Profiles: 'driving-car', location: '/home/ors/./graphs/car'.
ors-app | 2024-08-22 15:42:30 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler ] Loaded landmark splitting collection from
ors-app | 2024-08-22 15:42:31 INFO main [ o.h.o.a.Application ] Started Application in 4.211 seconds (process running for 5.042)
ors-app | 2024-08-22 15:42:31 INFO main [ o.h.o.a.Application ] openrouteservice {"build_date":"2024-03-21T14:04:52Z","version":"8.0.0"}
ors-app | 2024-08-22 15:42:34 INFO ORS-pl-car [ o.h.o.r.g.e.c.CorePreparationHandler ] Creating CH preparations, totalMB:1120, usedMB:838
ors-app | 2024-08-22 15:42:34 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler ] Creating LM preparations, totalMB:1120, usedMB:842
ors-app | 2024-08-22 15:42:34 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_fastest_with_turn_costs_highways of size 67166
ors-app | 2024-08-22 15:42:34 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_fastest_with_turn_costs_allow_all of size 67166
ors-app | 2024-08-22 15:42:34 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_shortest_with_turn_costs_highways of size 67166
ors-app | 2024-08-22 15:42:34 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_shortest_with_turn_costs_allow_all of size 67166
ors-app | 2024-08-22 15:42:35 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler ] Finished LM preparation, totalMB:1120, usedMB:1010
ors-app | 2024-08-22 15:42:37 INFO ORS-pl-car [ o.h.o.r.g.e.ORSGraphHopper ] version v4.9.1|2024-01-17T09:08:46Z (7,20,5,4,5,7)
ors-app | 2024-08-22 15:42:37 INFO ORS-pl-car [ o.h.o.r.g.e.ORSGraphHopper ] graph CH|car_ors|RAM_STORE|2D|turn_cost|7,20,5,4,5, details:edges:2 162 642(75MB), nodes:1 727 214(27MB), name:(12MB), geo:8 713 651(34MB), bounds:-1.0950703,4.3645409,46.3283356,50.8111942, shortcuts:1 629 279 (32MB), nodesCH:1 727 214 (14MB), shortcuts:2 034 914 (63MB), nodesCH:1 727 214 (14MB), shortcuts:2 489 126 (76MB), nodesCH:1 727 214 (14MB)
ors-app | 2024-08-22 15:42:37 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Edges: 2162642 - Nodes: 1727214.
ors-app | 2024-08-22 15:42:37 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Total time: 7.407s.
ors-app | 2024-08-22 15:42:37 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Finished at: 2024-08-22 15:42:37.
ors-app | 2024-08-22 15:42:37 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Total time: 7.429s.
ors-app | 2024-08-22 15:42:37 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ========================================================================
ors-app | 2024-08-22 15:42:37 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ====> Recycling garbage...
ors-app | 2024-08-22 15:42:37 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Before: Total - 1.45 GB, Free - 73.38 MB, Max: 2 GB, Used - 1.38 GB
ors-app | 2024-08-22 15:42:38 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] After: Total - 2 GB, Free - 644.19 MB, Max: 2 GB, Used - 1.37 GB
ors-app | 2024-08-22 15:42:38 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ========================================================================
ors-app | 2024-08-22 15:42:38 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ====> Memory usage by profiles:
ors-app | 2024-08-22 15:42:38 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] [1] 485.03 MB (34.5%)
ors-app | 2024-08-22 15:42:38 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Total: 485.03 MB (34.5%)
ors-app | 2024-08-22 15:42:38 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ========================================================================
ors-app | 2024-08-22 15:42:54 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Build shell concave hull 0.013804791
ors-app | 2024-08-22 15:42:55 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Poly of cell 21369 is invalid at size 0
ors-app | 2024-08-22 15:42:57 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Build shell concave hull 0.020219585
ors-app | 2024-08-22 15:42:57 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Poly of cell 21369 is invalid at size 0
ors-app | 2024-08-22 15:43:00 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Build shell concave hull 0.14104329
ors-app | 2024-08-22 15:43:00 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Poly of cell 21369 is invalid at size 0
ors-app | 2024-08-22 15:43:00 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Poly of cell 7585 is invalid at size 0
ors-app | 2024-08-22 15:43:36 DEBUG http-nio-8082-exec-1 [ o.h.o.i.b.f.FastIsochroneMapBuilder ] Build shell concave hull 0.15792237
And for the ConcaveBallsIsochroneMapBuilder:
ors-app | #################
ors-app | # Container ENV #
ors-app | #################
ors-app | ✓ CONTAINER_LOG_LEVEL: INFO. Set CONTAINER_LOG_LEVEL=DEBUG for more details.
ors-app | ⓘ Any config file settings can be overwritten by environment variables.
ors-app | ⓘ Use 'CONTAINER_LOG_LEVEL=DEBUG' to see the full list of active environment variables for this container.
ors-app | ###########################
ors-app | # Container sanity checks #
ors-app | ###########################
ors-app | ⓘ Running container as user root with id 0 and group 0
ors-app | ✓ ORS_HOME: /home/ors exists and is writable.
ors-app | ✓ The file /home/ors/config/example-ors-config.env is up to date
ors-app | ✓ The file /home/ors/config/example-ors-config.yml is up to date
ors-app | ✓ Using the existing ors-config.yml from: /home/ors/config/ors-config.yml
ors-app | ⓘ Default to graphs folder: /home/ors/graphs
ors-app | ⓘ Any ENV variables will have precedence over configuration variables from config files.
ors-app | ✓ All checks passed. For details set CONTAINER_LOG_LEVEL=DEBUG.
ors-app | #####################################
ors-app | # Container file system preparation #
ors-app | #####################################
ors-app | ✓ The file /home/ors/files/example-heidelberg.osm.gz is up to date
ors-app | ✓ Container file system preparation complete. For details set CONTAINER_LOG_LEVEL=DEBUG.
ors-app | #######################################
ors-app | # Prepare CATALINA_OPTS and JAVA_OPTS #
ors-app | #######################################
ors-app | ✓ CATALINA_OPTS and JAVA_OPTS ready. For details set CONTAINER_LOG_LEVEL=DEBUG.
ors-app | #####################
ors-app | # ORS startup phase #
ors-app | #####################
ors-app | ✓ 🙭 Ready to start the ORS application 🙭
ors-app |
ors-app | . ____ _ __ _ _
ors-app | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
ors-app | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
ors-app | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
ors-app | ' |____| .__|_| |_|_| |_\__, | / / / /
ors-app | =========|_|==============|___/=/_/_/_/
ors-app | :: Spring Boot :: (v3.1.6)
ors-app |
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.Application ] Starting Application v8.0.0 using Java 21.0.2 with PID 1 (/ors.jar started by root in /home/ors)
ors-app | 2024-08-22 15:57:49 DEBUG main [ o.h.o.a.Application ] Running with Spring Boot v3.1.6, Spring v6.0.14
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.Application ] The following 1 profile is active: "default"
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ]
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Configuration lookup started.
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Configuration file set by environment variable.
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Loaded file '/home/ors/config/ors-config.yml'
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ] Configuration lookup finished.
ors-app | 2024-08-22 15:57:49 INFO main [ o.h.o.a.ORSEnvironmentPostProcessor ]
ors-app | 2024-08-22 15:57:51 INFO ORS-Init [ o.h.o.a.s.l.ORSInitContextListener ] Initializing ORS...
ors-app | 2024-08-22 15:57:51 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Total - 1024 MB, Free - 965.94 MB, Max: 2 GB, Used - 58.06 MB
ors-app | 2024-08-22 15:57:51 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ====> Initializing profiles from '/home/ors/files/merge_of_4.osm.pbf' (1 threads) ...
ors-app | 2024-08-22 15:57:51 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] 1 profile configurations submitted as tasks.
ors-app | 2024-08-22 15:57:51 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Profiles: 'driving-car', location: '/home/ors/./graphs/car'.
ors-app | 2024-08-22 15:57:51 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler ] Loaded landmark splitting collection from
ors-app | 2024-08-22 15:57:52 INFO main [ o.h.o.a.Application ] Started Application in 3.076 seconds (process running for 3.791)
ors-app | 2024-08-22 15:57:52 INFO main [ o.h.o.a.Application ] openrouteservice {"build_date":"2024-03-21T14:04:52Z","version":"8.0.0"}
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.c.CorePreparationHandler ] Creating CH preparations, totalMB:1171, usedMB:879
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler ] Creating LM preparations, totalMB:1171, usedMB:883
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_fastest_with_turn_costs_highways of size 67166
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_fastest_with_turn_costs_allow_all of size 67166
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_shortest_with_turn_costs_highways of size 67166
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage ] Created core node ID map for car_ors_shortest_with_turn_costs_allow_all of size 67166
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler ] Finished LM preparation, totalMB:1171, usedMB:1050
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.ORSGraphHopper ] version v4.9.1|2024-01-17T09:08:46Z (7,20,5,4,5,7)
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.g.e.ORSGraphHopper ] graph CH|car_ors|RAM_STORE|3D|turn_cost|7,20,5,4,5, details:edges:2 162 642(75MB), nodes:1 727 214(33MB), name:(12MB), geo:12 527 959(48MB), bounds:-1.0950703,4.3645409,46.3283356,50.8111942,-8.0,499.0, shortcuts:1 629 279 (32MB), nodesCH:1 727 214 (14MB), shortcuts:2 034 914 (63MB), nodesCH:1 727 214 (14MB), shortcuts:2 489 126 (76MB), nodesCH:1 727 214 (14MB)
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Edges: 2162642 - Nodes: 1727214.
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Total time: 2.643s.
ors-app | 2024-08-22 15:57:53 INFO ORS-pl-car [ o.h.o.r.RoutingProfile ] [1] Finished at: 2024-08-22 15:57:53.
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Total time: 2.658s.
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ========================================================================
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ====> Recycling garbage...
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Before: Total - 1.14 GB, Free - 118.35 MB, Max: 2 GB, Used - 1.03 GB
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] After: Total - 1.69 GB, Free - 692.46 MB, Max: 2 GB, Used - 1.01 GB
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ========================================================================
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ====> Memory usage by profiles:
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] [1] 486.03 MB (46.8%)
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] Total: 486.03 MB (46.8%)
ors-app | 2024-08-22 15:57:53 INFO ORS-Init [ o.h.o.r.RoutingProfileManager ] ========================================================================
ors-app | 2024-08-22 15:58:27 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Find edges: 1.0938871
ors-app | 2024-08-22 15:58:27 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Mark dead ends: 0.27480513
ors-app | 2024-08-22 15:58:27 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Expanding edges 0.04229756
ors-app | 2024-08-22 15:58:27 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] 0 Find points: 0.44337445 77276
ors-app | 2024-08-22 15:58:28 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build shell concave hull 0.4638892
ors-app | 2024-08-22 15:58:28 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build concave hull total: 0.4651841
ors-app | 2024-08-22 15:58:29 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Expanding edges 0.1203571
ors-app | 2024-08-22 15:58:29 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] 1 Find points: 0.6364918 491805
ors-app | 2024-08-22 15:58:34 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build shell concave hull 5.231053
ors-app | 2024-08-22 15:58:34 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build concave hull total: 5.235059
ors-app | 2024-08-22 15:58:34 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Expanding edges 0.07474517
ors-app | 2024-08-22 15:58:34 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] 2 Find points: 0.36078084 797094
ors-app | 2024-08-22 15:58:44 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build shell concave hull 10.097713
ors-app | 2024-08-22 15:58:44 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build concave hull total: 10.104525
ors-app | 2024-08-22 15:58:45 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Expanding edges 0.18962508
ors-app | 2024-08-22 15:58:45 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] 3 Find points: 0.4510705 978533
ors-app | 2024-08-22 15:58:59 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build shell concave hull 13.848561
ors-app | 2024-08-22 15:58:59 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Build concave hull total: 13.857379
ors-app | 2024-08-22 15:58:59 DEBUG http-nio-8082-exec-1 [ .o.i.b.c.ConcaveBallsIsochroneMapBuilder ] Total time: 32.946896
Thanks again for your help!