You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand, I can write statements to match a particular uid: or a list of such.
I can also make numerical comparisons with tag values, such as maxspeed>30.
However it seems I cannot make numerical comparisons with meta data (except the changset date).
It would be quite helpful e.g. when checking for sock puppets created by blocked users, based on the assumption that new uids are created with increasing numbers, to have a statement like number([uid:]) > 1000000.
Probably also good for the object id:
(So far my workaround is to create a CSV and throw it into sort -n )
The text was updated successfully, but these errors were encountered:
That sounds like a ticket for the upstream Overpass-API repository. Please consider reporting there – but it looks like as if (parts of) this feature request was already discussed in drolbr/Overpass-API#367
As I understand, I can write statements to match a particular
uid:
or a list of such.I can also make numerical comparisons with tag values, such as maxspeed>30.
However it seems I cannot make numerical comparisons with meta data (except the changset date).
It would be quite helpful e.g. when checking for sock puppets created by blocked users, based on the assumption that new uids are created with increasing numbers, to have a statement like
number([uid:]) > 1000000
.Probably also good for the object
id:
(So far my workaround is to create a CSV and throw it into sort -n )
The text was updated successfully, but these errors were encountered: