-
Notifications
You must be signed in to change notification settings - Fork 6
Add new VEDA dataset: Global TWS non-stationarity index #224
Comments
The COG file was renamed to |
I tried verifying the validity using
@j08lue - is the missing geotransform going to be a problem? I'm guessing it will be but wanted to double check. |
@dfelikson good catch. It looks like this missing geotransform is going to be a problem for some visualization tools:
|
Definitely a problem, @dfelikson. The geotransform is needed to know where to place your data on the map and how it stretches across it. The transform basically defines where in the projected coordinates the dataset starts (its upper-left corner or so) and how high and wide the pixels are. Without that, most tools will just place the dataset at the origin of the coordinate reference system (0,0) and use the identity matrix - pixels being 1 unit high and wide. You could try to add the transform with This page here explains what an affine transform is - basically which of the six numbers defines what property: https://www.perrygeo.com/python-affine-transforms.html But regenerating the file and preserving the original transform is probably safer. |
@j08lue - I uploaded an updated dataset to the same S3 location ( |
You can test it yourself with a URL like this: https://staging-raster.delta-backend.com/cog/statistics?url=s3://veda-data-store-staging/EIS/Global_TWS_data/DATWS_nonstationarity_index.cog.tif - unfortunately still the same? |
Ah ha! Thanks for the tip with that URL. I think it was an issue with AWS not letting me overwrite the previous version of the file. I uploaded a new file ( |
@dfelikson Cool, thanks. For visual QA (always a good idea so you can spot resampling issues - e.g. when you chose bilinear interpolation for overviews on a categorical dataset), you can also use https://staging-raster.delta-backend.com/cog/viewer?url=s3://veda-data-store-staging/EIS/Global_TWS_data/DATWS_nonstationarity_index_v2.cog.tif And it looks as expected for this coarse-resolution data: So all is good. |
I've added all necessary STAC metadata. Let me know if there's anything else needed before this dataset can be ingested. |
@dfelikson 👋🏽 I am going to help finish ingesting this dataset and just wanted to double check:
Do you just mean you added the STAC metadata content to this issue in the first comment or added it someplace else? I don't see this dataset in the STAC API (and was assuming that is what I could help with) but wanted to double check. |
Hi @abarciauskas-bgse! Thanks for your help. Yes, I meant I just added it to the first comment. Let me know if I need to do something else or if you need more info. |
@dfelikson thanks - also I noticed the other LIS TWS collections are using the MIT license - should they all be using the same license and should it be MIT or Creative Commons Zero (CC0-1.0) |
I'm not 100% sure but I don't really think we have a preference. Can this be updated later? |
@dfelikson yes no problem - I have ingested the collection and item to our DEV API and database - https://dev-stac.delta-backend.com/collections/lis-tws-nonstationarity-index - do you want to take a look and let me know it looks ok? Then I will ingest to the staging DB (Btw, I need to find out why the summaries only shows the start date and if that's a problem) |
@abarciauskas-bgse - looks good to me on first glance! Now that it's in the API and database, can I try adding it to the discovery? |
Shortly! I'm in meetings for a bit but will add it to the staging database in the next few hours |
No worries at all! Thanks, @abarciauskas-bgse - still learning how this process works. |
@dfelikson ok this has been inserted into staging and you should be able to configure the discovery with it https://staging-stac.delta-backend.com/collections/lis-tws-nonstationarity-index |
I need a little help, @abarciauskas-bgse. Here's how I configured it in the Discovery:
But I must have either the datasetID, layerID, or dateTime configured wrong because it's not showing up. I took a look through the metadata https://staging-stac.delta-backend.com/collections/lis-tws-nonstationarity-index and I see an id but I don't see different ids for the dataset vs layer. Is there another endpoint that will show me that? |
The dataset and layers need to be set up in https://github.com/NASA-IMPACT/delta-config/blob/develop/docs/CONTENT.md#datasets You would be welcome to open that, @dfelikson. |
Identify the point of contact and ensure someone is providing them updates: @dfelikson and @j08lue
Identify data location
s3://veda-data-store-staging/EIS/Global_TWS_data/DATWS_nonstationarity_index_v2.cog.tif
Number of items: 1
Verify data is valid COG
Gather STAC collection metadata
lis-tws-nonstationarity-index
Global TWS non-stationarity index
2003 - 2020
false
none
Review and follow https://github.com/NASA-IMPACT/cloud-optimized-data-pipelines/blob/main/OPERATING.md
Open PR for publishing those datasets to the Staging API:
Notify QA / move ticket to QA state
Once approved, merge and close.
Resources about metadata
The text was updated successfully, but these errors were encountered: