You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of NSIDC DAAC's Earthdata Cloud migration, we are adopting Harmony transformation services and beginning with ICESat-2 subsetting support. Although basic Harmony guidance exists in our "How do I subset data granules?" How-to and our Earthdata Cloud Clinic, we would like to include an ICESat-2-specific example that focuses on these primary goals:
Teaching how to discover what service capabilities exist for a given collection.
In particular, demonstrate the harmony-py capabilities module, so that users can determine which services are available for their data set. ICESat-2 along track data, for example, do not support variable subsetting.
Teaching basic harmony-py commands to request a spatial and temporal subset of ICEsat-2 data
Teaching how to download and direct access those Harmony outputs in-region.
All of the notebooks I can find in our cookbook focus on direct s3 access, so it would be helpful for users to see both download and s3 options.
The text was updated successfully, but these errors were encountered:
I added a few "TODO" notes in specific areas that need further written guidance, though I'd consider all of the content fair game to update, change, and expand! For example, I don't have any content written yet on explaining the output of the capabilities json (to describe what services are available) and descriptions of many of the request and access code blocks.
There is an end to end ATL03 example running in the UAT environment. I added code comments in places where we will want to update to production once we go live. You should have UAT permissions but if you can't get this code to run then let me know.
As part of NSIDC DAAC's Earthdata Cloud migration, we are adopting Harmony transformation services and beginning with ICESat-2 subsetting support. Although basic Harmony guidance exists in our "How do I subset data granules?" How-to and our Earthdata Cloud Clinic, we would like to include an ICESat-2-specific example that focuses on these primary goals:
The text was updated successfully, but these errors were encountered: