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

Ostensibly, since `OSMGraph` instances can be constructed that have index or node id types different from the default, it should also be possible to use the utilities with the corresponding...

This PR implements an algorithm for simplifying the topology of an `OSMGraph` object. It is adapted from [osmnx](https://github.com/gboeing/osmnx/blob/main/osmnx/simplification.py). This PR is work in progress, and a few issues have to...

When user provides a dictionary that contains the names of custom tags that need to be ingested those tags are added to ways and nodes.

This eliminates one dictionary lookup in the case where highway_type is a key in `DEFAULT_XXX`, and avoids the use of `getkey`, an obscure function that is less likely to be...

In the extension [pgRouting](https://pgrouting.org/) of PostgreSQL, there is a family of functions ([withPoints](https://docs.pgrouting.org/latest/en/withPoints-category.html)) to calculate network distances _between arbitrary points_ and not _nodes_ by temporarily adding points on edges. This...

As discussed in issue #86, I added the parsing for the tags `lanes:forward`, `lanes:backward` and `lanes:both_ways`, to provide a clearer picture of the number of lanes actually present, without breaking...

The OSM Documentation on the `lane` tag [(here)](https://wiki.openstreetmap.org/wiki/Key:lanes?uselang=en) states, that this tag should be used to encode the total number of lanes (in both directions, if the way is `oneway=false`)...

Hi, I'm not sure if I should post this here but I cannot open an issue here https://github.com/captchanjack/deck.gl/tree/pydeck/julia-pycall-binding/bindings where my issue more strictly resides. I'm trying to follow your tutorial...