Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note that HERE clips speeds to 130 kmph #896

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Nate-Wessel
Copy link
Contributor

What this pull request accomplishes:

  • Notes a quirk of the HERE dataset

Issue(s) this solves:

  • adds to docs

What, in particular, needs to reviewed:

  • facts

What needs to be done by a sysadmin after this PR is merged

NA

@Nate-Wessel Nate-Wessel requested a review from chmnata March 5, 2024 19:26
@Nate-Wessel
Copy link
Contributor Author

This will return results:

SELECT *
FROM here.ta_path
WHERE max_spd = 130
LIMIT 1

This won't:

SELECT *
FROM here.ta_path
WHERE max_spd > 130
LIMIT 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants