LightOSM.jl icon indicating copy to clipboard operation
LightOSM.jl copied to clipboard

A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.

Results 23 LightOSM.jl issues
Sort by recently updated
recently updated
newest added

I think `JSON3` could bring some speed improvements, and we could possibly make use of `StructTypes` to help read OSM graph straight into an `OSMGraph`, maybe

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...

The lightOSM OSMGraph is an abstraction of the underlying graph, but it is missing a few of the normal methods of interacting with graph traversal. A good enhancement would be...

enhancement