osmdata icon indicating copy to clipboard operation
osmdata copied to clipboard

R package for downloading OpenStreetMap data

Results 29 osmdata issues
Sort by recently updated
recently updated
newest added

These are [permitted in OSM](https://wiki.openstreetmap.org/wiki/Relation:multipolygon#Touching_inner_rings) yet not by SF. [`osmdata.cpp`](https://github.com/osmdatar/osmdata/blob/master/src/osmdata.cpp) needs to be modified to merge any touching inner rings into single rings. See also [this extended OSM discussion](https://wiki.openstreetmap.org/wiki/Talk:Relation:multipolygon#Touching_inner_rings).

coz it oughta be done

By 'osmable' I mean can easily be added to OSM, either as additional attributes (tags) on existing datasets or new elements. `osmdata_check()` would seem a reasonable function name but it...

This would probably be quite useful, and easily added to `opq ()`. Should probably also default to recurse down **relation** (`>>`).

coz it oughta be done

Hi osmdata team, This is not a very urgent request but I want to put it out for thoughts. I am pulling OSM data globally to run analyses on a...

I cannot get `getbb` to work correctly as it returns a 502 error. I am also not sure if it is related to ports being blocked or not being accessible,...

Hi Mark et al! I am working on building some simple automated tools for combining OSM data with animal tracking data for movement ecology problems (e.g., where and when did...

The parameter `nodes_only` is superseded and equivalent to ` osm_types="node"`. It can be deprecated. Proposed phases: 1. Warn in the documentation for the next release. 2. Throw a warning in...

Instead of requiring the features parameter for `add_osm_features()` be provided with escape-formatted quotations, it would be great to support a named list. The following reprex shows how this could be...

- [ ] [Metering an Object](https://dev.overpass-api.de/overpass-doc/en/criteria/misc_criteria.html#count) - [ ] [Ways by their Length](https://dev.overpass-api.de/overpass-doc/en/criteria/misc_criteria.html#geom) - [ ] [Meta Properties](https://dev.overpass-api.de/overpass-doc/en/criteria/misc_criteria.html#meta) - [ ] [By user](https://dev.overpass-api.de/overpass-doc/en/criteria/misc_criteria.html#by_user) From https://dev.overpass-api.de/overpass-doc/en/criteria/misc_criteria.html