diff --git a/HARMONY_MIGRATION_NOTES.md b/HARMONY_MIGRATION_NOTES.md index 4f2e275bb..6c531d6f7 100644 --- a/HARMONY_MIGRATION_NOTES.md +++ b/HARMONY_MIGRATION_NOTES.md @@ -5,6 +5,7 @@ * Variable subsetting won't be supported on day 1. * All the ICESat-2 products we currently support will not be supported on day 1. * +* ECS and CMR shared some parameters. This is not the case with Harmony. ## Testing with Harmony @@ -23,3 +24,15 @@ for icepyx to work correctly. account must be on an access control list. Ask NSIDC operations for help. * The code *temporarily* uses `$EDL_TOKEN` envvar to authenticate with CMR. Populate this envvar with your Earthdata Login token. + + +## Open questions + +### Which API? + +Harmony has two APIs: + +* [OGC Environmental Data Retrieval API](https://harmony.earthdata.nasa.gov/docs/edr-api) +* [OGC Coverages API](https://harmony.earthdata.nasa.gov/docs/api/) + +Which should be used and when and why?