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
{{ message }}
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
Currently the _find_rule_matches method does not work for location rules. This is because the Twitter API requires 2 pairs of lat,lon coordinates which define the corners of a bounding box, but the twitter dataset defines an array of 4 lat, lon pairs.
There might be something tricky we can do to make this work but for rule tagging for location rules is not supported.
The text was updated successfully, but these errors were encountered:
Currently the
_find_rule_matches
method does not work for location rules. This is because the Twitter API requires 2 pairs of lat,lon coordinates which define the corners of a bounding box, but the twitter dataset defines an array of 4 lat, lon pairs.There might be something tricky we can do to make this work but for rule tagging for location rules is not supported.
The text was updated successfully, but these errors were encountered: