Martin Machyna

Results 16 issues of Martin Machyna

If a user has space in their user name, trying to link from thier osm.org profile to osmcha.org creates wrong url. e.g. `https://www.openstreetmap.org/user/Bruno%20Girard` gets parsed into `https://osmcha.org/?filters=%7B%22users%22:[%7B%22label%22:%22%22,%22value%22:%22Bruno%2520Girard%22%7D]%7D` Correct should be...

I am not sure if this is the right place to submit this. There seems to be one annoying thing when chunk is generating figure in R markdown document. When...

RStudio IDE
theme: figures / plots / graphics device

This PR addresses suggestion #256. Main changes are: 1. New function added `overpass_trim()` that modifies OP query to subset OSM features by area rather than currently default bbox. Function parses...

There might be possibly a bug in how `trim_osmdata()` filters the data. It seems to be removing some objects that should be in the final dataset. ``` r library(tidyverse) library(sf)...

Currently if query times out or runs out of memory the request is terminated. Given that the amount of data in OSM is growing it might be worth thinking about...

Implementation of this is dependent on #255. Currently each query is run on all three types of objects `node`, `way` and `relation` written as three separate lines. There is only...

As suggested in #178 trimming by area polygon using Overpass is fast and useful way of data filtering. _Note: OP now treats all [closed ways as areas](http://dev.overpass-api.de/blog/way_based_areas.html) thus allowing filtering...

First of all, awesome job with parsing OSM data and making use of overpass user friendly! Although most of the use cases are just a simple filter queries, I think...

enhancement

This seems to be related to #1539. There is a report that Nominatim does not update ways when nodes are moved, but the way itself is not modified ([Slack link](https://osmus.slack.com/archives/C029HV955/p1628175951016300))....