We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data_cube_utilities/data_cube_utilities/data_access_api.py
Line 263 in 154bb89
The datetime list generated by function above is precise to milliseconds.
https://github.com/ceos-seo/data_cube_ui/blob/14fa410b7e8fc9d08ba2029f23dd07f9d83ff1d9/apps/custom_mosaic_tool/tasks.py#L279
Precision needed to be in microseconds for above calling function to work correctly This results in return of empty datasets more than half the time.
The text was updated successfully, but these errors were encountered:
Correction of datetime list precision Issue
74e0bb2
In respose to ceos-seo#4 The datetime list generated by function above is precise to milliseconds. https://github.com/ceos-seo/data_cube_ui/blob/14fa410b7e8fc9d08ba2029f23dd07f9d83ff1d9/apps/custom_mosaic_tool/tasks.py#L279 Precision needed to be in microseconds for above calling function to work correctly This results in return of empty datasets more than half the time.
No branches or pull requests
data_cube_utilities/data_cube_utilities/data_access_api.py
Line 263 in 154bb89
The datetime list generated by function above is precise to milliseconds.
https://github.com/ceos-seo/data_cube_ui/blob/14fa410b7e8fc9d08ba2029f23dd07f9d83ff1d9/apps/custom_mosaic_tool/tasks.py#L279
Precision needed to be in microseconds for above calling function to work correctly
This results in return of empty datasets more than half the time.
The text was updated successfully, but these errors were encountered: