DeloitteOptimalReality / LightOSM.jl

A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.
https://deloitteoptimalreality.github.io/LightOSM.jl/docs
Other
48 stars 13 forks source link

Performance improvements w.r.t. OSMX.jl? #21

Open Datseris opened 3 years ago

Datseris commented 3 years ago

Hi,

does this package have notable performance improvements w.r.t. OSMX.jl, in loading data, creating the graph and/or computing distances or nearby nodes? Can you please add such a short discussion in the docs?

Datseris commented 3 years ago

Aha, sorry, found this: https://deloittedigitalapac.github.io/LightOSM.jl/notebooks/benchmarks/ ! So a comparison of loading and creating the graph time is all that is left

captchanjack commented 3 years ago

Hi @Datseris!

We're currently working on some improvements to the functions used in graph creation, but happy to create some benchmarks around that + nearest node calc, though I will need to find time to do it

Cheers