-
Notifications
You must be signed in to change notification settings - Fork 38
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
Content: Water quality and covid 19 #231
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for visex ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
I was looking at why the datasets in the covid19 dashboard weren't loading. It looks like there are requests to two apis that are failing: (Counting crops during a lockdown)
(Understanding impacts on the venetian lagoon)
@abarciauskas-bgse @leothomas any ideas? |
@slesaad wrt the second error you are seeing, where the file doesn't exist, I found it in s3://covid-eo-data-archive/tsm/nas-2020_03_21.tif Is there some process which is moving the files to an archive bucket? |
wrt to the first error, I did a bit of digging around (searching slack and covid-api and covid-dashboard for terms like "landsat", "sceneid") and the best clue I have found so far is NASA-IMPACT/covid-dashboard#466. The spreadsheet linked in that ticket includes the same sceneid as in the URL |
@abarciauskas-bgse it might be an instance of https://github.com/developmentseed/titiler-pds (https://github.com/developmentseed/titiler-pds/blob/master/titiler_pds/routes/landsat.py#L21-L26) also note that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one cpation to fix, other wise looks good 👍
@abarciauskas-bgse @vincentsarago Did a quick search on Slack, which confirmed Vincent's assumption:
|
Thanks so much @vincentsarago and @olafveerman - it looks like this was a titiler built specifically for specific datasets on AWS, with the path I will check with the AWS team in case those datasets are intended for publication to AWS's STAC catalog anytime soon. |
Co-authored-by: Erik Escoffier <[email protected]>
@wildintellect suggested using the landsat collections available from USGS https://stacindex.org/catalogs/usgs-landsat-collection-2-api#/?t=3 which can be explored here: https://landsatlook.usgs.gov/explore. I don't see the exact product that we were using before in that STAC catalog yet but another product available in that catalog may be appropriate. I think the product being used before was the Level 1 "Terrain Precision Correction (L1TP)" product (https://www.usgs.gov/landsat-missions/landsat-level-1-processing-details) and the only Level 1 product in the USGS catalog appears to be the L1GT product (https://landsatlook.usgs.gov/stac-server/collections/landsat-c2l1/items) - I'm guessing this or many of the other higher level products could also be used for the purposes of this story, but not 100% sure. @slesaad does that help? Sounds like this story probably requires more work than expected? |
https://www.usgs.gov/media/files/landsat-8-9-olitirs-collection-2-level-1-data-format-control-book Also - what's the goal/story of the layer? L2 data might also work. |
So I've confirmed L1TP are in the catalog, here's a query body to
|
@abarciauskas-bgse @wildintellect thanks for going into so much detail there! we should be able to publish the necessary stac records from the usgs stac catalog to ours. i'll create a ticket for data services team to do that. |
Given that this discovery is somewhat affected by the missing datasets, perhaps we should block it until we have the datasets in. @slesaad Would you prefer we add it as is and update later, or wait? |
@danielfdsilva let's wait. |
Point feature branch for hotfix deploy
Adding content
Migrate Water Quality and Covid19 from Covid Dashboard.
Several datasets are not yet available in the VEDA dashboard, so images were used instead, trying to maintain the same information structure.
Missing datasets (for reference):
NOTE: The whole Venice chapter on water turbidity relies on the visualization. Since the dataset doesn't even load on the covid dashboard it was not possible to get images and it was left out.
👀 https://deploy-preview-231--visex.netlify.app/covid-19/discoveries/water-quality-and-covid-19
@slesaad @aboydnw Could you have a look at this to see if it makes sense? Or bring in the correct people.