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

Improve time zone handling in generateQueries_1 #6

Open
aweinert-MIT opened this issue Dec 16, 2020 · 0 comments
Open

Improve time zone handling in generateQueries_1 #6

aweinert-MIT opened this issue Dec 16, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@aweinert-MIT
Copy link
Member

generateQueries_1.m create queries based on the local time zone of the minimum longitude coordinate of a bounding box. A large bounding box may span multiple time zones, so the minimum longitude coordinate may not be representative. A user may also want to create queries not based on the local time zone.

To resolve this issue:

  • Check that the time zone for the minimum and maximum longitude coordinate are the same. If not, split the bounding box to enforce time zone consistency; or implement an alternative to splitting the bounding box.
  • Option for bounding boxes to based on a global UTC time, instead of local
@aweinert-MIT aweinert-MIT added bug Something isn't working enhancement New feature or request labels Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant