Joan Maspons
Joan Maspons
`sp` is not imported any more. Now is just a suggestion required for `osm_elevation` and `trim_osmdata` with sf points. See #302
If #285 is accepted, I can work on implementing different out modes such as `meta`, `tags` and others. Can be useful to select objects based on tags and metadata and...
Almost ready for a PR at https://github.com/jmaspons/osmdata/commit/83148a929586459760dd0483f28f640f96e7b858 . Waiting for #285
Is there any consensus about the API or somebody working on it? The easier thing could be to modify the existing functions and make `add_osm_feature` add the new filters to...
I found that: * `add_osm_feature` collapse features from `add_osm_features` if called first * if `add_osm_feature` is called first, features get eliminated after calling `add_osm_features` I would like to make possible...
Got the code working at https://github.com/jmaspons/osmdata/commit/2ccf6d1ec01b76de8e3954c59d396a395a46f981
Yes, I agree that the current naming is not very explicit and can be improved, but the docs are quite clear. The problem I see is that the proposed solution...
Are you still open to work on this? I'm interested in the functionality and I can help in the implementation. Any feedback from the contributors would be useful.
My idea is to pass a string in the form `rel(id)` to `bbox` parameter, which I would rename to `area` at some point. I have a draft https://github.com/jmaspons/osmdata/commit/cceab6f1a046a59f4b40f75cdd61e7752998ff75 Then, a...
> I like the simplicity of it. Would definitely like to see how it turns out. You can find a working implementation at https://github.com/ropensci/osmdata/pull/286