-
Notifications
You must be signed in to change notification settings - Fork 4
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
Invalid time values #448
Comments
For agriculture, the API returns an empty array for the date domain. For NO2 Diff, the tile url gives a 500 internal server error. The legend is of type |
Tracking NO2 in a separate issue. Config for agriculture returned from the API: {
"id": "agriculture",
"name": "Agriculture",
"type": "raster-timeseries",
"isPeriodic": true,
"timeUnit": "month",
"domain": [],
"source": {
"type": "raster",
"tiles": [
"https://8ib71h0627.execute-api.us-east-1.amazonaws.com/v1/{z}/{x}/{y}@1x?url=s3://covid-eo-data/agriculture-cropmonitor/CropMonitor_{date}.tif&resampling_method=nearest&bidx=1&color_map=custom_cropmonitor"
]
},
...
} Originally I thought this was due to the date formatting of the COG, which does not follow the convention of the other monthly datasets. But even after changing all the filenames on S3, the domain is still empty.
|
Agriculture looks for data in s3 subfolder Two possible fixes:
|
🤦 I missed the Thanks @leothomas |
https://earthdata.nasa.gov/covid19/explore/sf?map=-122.3218%2C37.7334%2C11.63&layers=no2-diff&lState=nightlights-hd%7C0%7C0%2Cdetections-ship%7C0%7C0%2Cno2-diff%7C0%7C0
results in:
The text was updated successfully, but these errors were encountered: