Martin Raifer
Martin Raifer
I've added this to the corresponding ticket over at the oshdb repository: https://github.com/GIScience/oshdb/issues/311
I think we can agree that the `is_valid` filter would work on the principles/definitions of the simple feature standard. There is one additional aspect we have consider here: There is...
> So what is the difference between the response of /fullHistory vs. the response here of /contributions? To me the main difference is that `/elementsFullHistory/` not only returns the changes...
> This looks like quite a lot of attributes that we could add as well * I think the splitting of the contribution type into several booleans is quite elegant...
@joker234 I would prefer option 1, becuase these keys are so rare and not normally used in OSM tags. Taginfo even considers these [_problematic_](https://taginfo.openstreetmap.org/reports/characters_in_keys#problem) and if I'm not mistaken than...
> For example if you want to visualize the changes over time I agree that this use case benefits from a `@validTo` timestamp, that's why we include it in the...
with country/region/city boundaries there are some quirks to consider: * which definition of boundaries should we use? _think of disputed areas, but also the difference between land mass vs. the...
> some nodes containing no tag are returned. This is actually the expected behaviour, for the reason you correctly identified that these nodes had tags in an earlier version. Currently,...
the cause for this is that the ohsome API internally [converts](https://github.com/GIScience/ohsome-api/blob/1.8.1/src/main/lombok/org/heigit/ohsome/ohsomeapi/inputprocessing/GeometryBuilder.java#L68-L83) the user input `bboxes` to a (multi)polygon and uses that for the query. Since polygons' vertices are always assumed...
good catch, @SlowMo24! I would indeed consider this as a bug (in the OSHDB), and have created https://github.com/GIScience/oshdb/issues/433 for this.