-
Notifications
You must be signed in to change notification settings - Fork 12
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
OverflowError: Python int too large to convert to C long #445
Comments
Fixed in PR #447 |
Thanks @elidwa ! Looks like this can be closed after a 4.8.15 release? |
On the topic, I'm also unsure what is the worldcover.time unit for |
@scottyhq the worldcover.time value 1309046418000.0 is GPS time in seconds. Unfortunately, Open Data on AWS only hosts TIFF files and does not provide any STAC endpoint or VRT file. Because of this, we generate the VRT file from their data and host it in our SlideRule S3 buckets. The process for this is detailed in the README file, with the top sections specifically describing the ESA worldcover portion: Since we create the VRT, the date of creation would not make much sense as a time reference. Instead, for time, we chose the midpoint of 2021. 1309046418000.0 = TimeLib::datetime2gps(2021, 06, 30, 0, 0, 0) / 1000 |
Closed for server |
Getting this error trying to sample "esa-worldcover-10meter"
The text was updated successfully, but these errors were encountered: